#BB4812

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

Shades of Rust #BB4812

Tints of Rust #BB4812

Color information

#BB4812 (or 0xBB4812) is unknown color: approx Rust. HEX triplet: BB, 48 and 12. RGB value is (187,72,18). Sum of RGB (Red+Green+Blue) = 187+72+18=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4812 is #44B7ED. Grayscale: #646464. Windows color (decimal): -4503534 or 1198267. OLE color: 1198267.

HSL color Cylindrical-coordinate representation of color #BB4812: hue angle of 19.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4812 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1877218-
CMYK00.610.900.27
HSL19.17º82.44%40.2%-
HSV(B)19.17º90.37%73.33%-
XYZ22.9215.242.31-
YUV100.2381.6189.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=67.51%
G=25.99%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187721800.610.900.2719.1782.4440.2
HexBB481203D5A1B135228
Octal27311022075132332312250
Binary101110111001000100100111101101101011011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4812; }

 p { color: rgb(187,72,18); }

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

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

 a { background-color: rgb(187,72,18); }

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

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

 span { border-color: rgb(187,72,18); }

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