Shades of Rust #BB4012
Tints of Rust #BB4012
RGB
CMYK
RGB Variations
Color information
#BB4012 (or 0xBB4012) is known color: Rust. HEX triplet: BB, 40 and 12. RGB value is (187,64,18). Sum of RGB (Red+Green+Blue) = 187+64+18=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4012 is #44BFED. Grayscale: #5F5F5F. Windows color (decimal): -4505582 or 1196219. OLE color: 1196219.
HSL color Cylindrical-coordinate representation of color #BB4012: hue angle of 16.33º 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 #BB4012 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.27 |
| HSL | 16.33º | 0.82% | 0.4% | - |
| HSV(B) | 16.33º | 0.9% | 0.73% | - |
| XYZ | 22.44 | 14.28 | 2.15 | - |
| YUV | 95.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 18 | 0 | 0.66 | 0.90 | 0.27 | 16.33 | 0.82 | 0.4 |
| Hex | BB | 40 | 12 | 0 | 42 | 5A | 1B | 10 | 52 | 28 |
| Octal | 273 | 100 | 22 | 0 | 102 | 132 | 33 | 20 | 122 | 50 |
| Binary | 10111011 | 1000000 | 10010 | 0 | 1000010 | 1011010 | 11011 | 10000 | 1010010 | 101000 |
Color Harmonies of #BB4012
Complementary color
Monochromatic Colors of #BB4012
Black with #BB4012
Text Example
Text Example
White with #BB4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4012; }
p { color: rgb(187,64,18); }
H1.HeaderClassName
{
color: #BB4012;
}
.AnyTagClassName
{
color: #BB4012;
}
</style>
background-color css
<style>
a { background-color: #BB4012; }
a { background-color: rgb(187,64,18); }
div.DivClassName
{
background-color: #BB4012;
}
.BgClassName
{
background-color: #BB4012;
}
</style>
border-color css
<style>
span { border-color: #BB4012; }
span { border-color: rgb(187,64,18); }
td.TdClassName
{
border-color: #BB4012;
}
.TagClassName
{
border-color: #BB4012;
}
</style>