#BB4A0C

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

Shades of Rust #BB4A0C

Tints of Rust #BB4A0C

Color information

#BB4A0C (or 0xBB4A0C) is unknown color: approx Rust. HEX triplet: BB, 4A and 0C. RGB value is (187,74,12). Sum of RGB (Red+Green+Blue) = 187+74+12=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A0C is #44B5F3. Grayscale: #656565. Windows color (decimal): -4503028 or 805563. OLE color: 805563.

HSL color Cylindrical-coordinate representation of color #BB4A0C: hue angle of 21.26º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB4A0C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1877412-
CMYK00.600.940.27
HSL21.26º87.94%39.02%-
HSV(B)21.26º93.58%73.33%-
XYZ23.0115.492.12-
YUV100.7277.94189.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=68.50%
G=27.11%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187741200.600.940.2721.2687.9439.02
HexBB4AC03C5E1B155827
Octal27311214074136332513047
Binary10111011100101011000111100101111011011101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A0C; }

 p { color: rgb(187,74,12); }

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

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

 a { background-color: rgb(187,74,12); }

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

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

 span { border-color: rgb(187,74,12); }

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