#BA3B1C

Color #BA3B1C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BA3B1C

Tints of Rust #BA3B1C

Color information

#BA3B1C (or 0xBA3B1C) is unknown color: approx Rust. HEX triplet: BA, 3B and 1C. RGB value is (186,59,28). Sum of RGB (Red+Green+Blue) = 186+59+28=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B1C is #45C4E3. Grayscale: #5D5D5D. Windows color (decimal): -4572388 or 1850298. OLE color: 1850298.

HSL color Cylindrical-coordinate representation of color #BA3B1C: hue angle of 11.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA3B1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1865928-
CMYK00.680.850.27
HSL11.77º73.83%41.96%-
HSV(B)11.77º84.95%72.94%-
XYZ22.0213.652.57-
YUV93.4491.08194.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=68.13%
G=21.61%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186592800.680.850.2711.7773.8341.96
HexBA3B1C044551Bc4a2a
Octal27273340104125331411252
Binary10111010111011111000100010010101011101111001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3B1C; }

 p { color: rgb(186,59,28); }

 H1.HeaderClassName
 {
   color: #BA3B1C;
 }
 .AnyTagClassName
 {
   color: #BA3B1C;
 }
</style>
background-color css

<style>
 a { background-color: #BA3B1C; }

 a { background-color: rgb(186,59,28); }

 div.DivClassName
 {
   background-color: #BA3B1C;
 }
 .BgClassName
 {
   background-color: #BA3B1C;
 }
</style>
border-color css

<style>
 span { border-color: #BA3B1C; }

 span { border-color: rgb(186,59,28); }

 td.TdClassName
 {
   border-color: #BA3B1C;
 }
 .TagClassName
 {
   border-color: #BA3B1C;
 }
</style>