Shades of Rust #BB4512
Tints of Rust #BB4512
RGB
CMYK
RGB Variations
Color information
#BB4512 (or 0xBB4512) is known color: Rust. HEX triplet: BB, 45 and 12. RGB value is (187,69,18). Sum of RGB (Red+Green+Blue) = 187+69+18=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4512 is #44BAED. Grayscale: #626262. Windows color (decimal): -4504302 or 1197499. OLE color: 1197499.
HSL color Cylindrical-coordinate representation of color #BB4512: hue angle of 18.11º 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 #BB4512 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.27 |
| HSL | 18.11º | 0.82% | 0.4% | - |
| HSV(B) | 18.11º | 0.9% | 0.73% | - |
| XYZ | 22.73 | 14.86 | 2.24 | - |
| YUV | 98.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 18 | 0 | 0.63 | 0.90 | 0.27 | 18.11 | 0.82 | 0.4 |
| Hex | BB | 45 | 12 | 0 | 3F | 5A | 1B | 12 | 52 | 28 |
| Octal | 273 | 105 | 22 | 0 | 77 | 132 | 33 | 22 | 122 | 50 |
| Binary | 10111011 | 1000101 | 10010 | 0 | 111111 | 1011010 | 11011 | 10010 | 1010010 | 101000 |
Color Harmonies of #BB4512
Complementary color
Monochromatic Colors of #BB4512
Black with #BB4512
Text Example
Text Example
White with #BB4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4512; }
p { color: rgb(187,69,18); }
H1.HeaderClassName
{
color: #BB4512;
}
.AnyTagClassName
{
color: #BB4512;
}
</style>
background-color css
<style>
a { background-color: #BB4512; }
a { background-color: rgb(187,69,18); }
div.DivClassName
{
background-color: #BB4512;
}
.BgClassName
{
background-color: #BB4512;
}
</style>
border-color css
<style>
span { border-color: #BB4512; }
span { border-color: rgb(187,69,18); }
td.TdClassName
{
border-color: #BB4512;
}
.TagClassName
{
border-color: #BB4512;
}
</style>