#BB5512

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

Shades of Rust #BB5512

Tints of Rust #BB5512

Color information

#BB5512 (or 0xBB5512) is unknown color: approx Rust. HEX triplet: BB, 55 and 12. RGB value is (187,85,18). Sum of RGB (Red+Green+Blue) = 187+85+18=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5512 is #44AAED. Grayscale: #6C6C6C. Windows color (decimal): -4500206 or 1201595. OLE color: 1201595.

HSL color Cylindrical-coordinate representation of color #BB5512: hue angle of 23.79º 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 #BB5512 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1878518-
CMYK00.550.900.27
HSL23.79º82.44%40.2%-
HSV(B)23.79º90.37%73.33%-
XYZ23.8517.112.62-
YUV107.8677.29184.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=64.48%
G=29.31%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187851800.550.900.2723.7982.4440.2
HexBB55120375A1B185228
Octal27312522067132333012250
Binary101110111010101100100110111101101011011110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5512; }

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

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

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

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

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

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

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

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