Shades of Rust #BB5212
Tints of Rust #BB5212
RGB
CMYK
RGB Variations
Color information
#BB5212 (or 0xBB5212) is known color: Rust. HEX triplet: BB, 52 and 12. RGB value is (187,82,18). Sum of RGB (Red+Green+Blue) = 187+82+18=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5212 is #44ADED. Grayscale: #6A6A6A. Windows color (decimal): -4500974 or 1200827. OLE color: 1200827.
HSL color Cylindrical-coordinate representation of color #BB5212: hue angle of 22.72º 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 #BB5212 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.27 |
| HSL | 22.72º | 0.82% | 0.4% | - |
| HSV(B) | 22.72º | 0.9% | 0.73% | - |
| XYZ | 23.62 | 16.64 | 2.54 | - |
| YUV | 106.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 18 | 0 | 0.56 | 0.90 | 0.27 | 22.72 | 0.82 | 0.4 |
| Hex | BB | 52 | 12 | 0 | 38 | 5A | 1B | 17 | 52 | 28 |
| Octal | 273 | 122 | 22 | 0 | 70 | 132 | 33 | 27 | 122 | 50 |
| Binary | 10111011 | 1010010 | 10010 | 0 | 111000 | 1011010 | 11011 | 10111 | 1010010 | 101000 |
Color Harmonies of #BB5212
Complementary color
Monochromatic Colors of #BB5212
Black with #BB5212
Text Example
Text Example
White with #BB5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5212; }
p { color: rgb(187,82,18); }
H1.HeaderClassName
{
color: #BB5212;
}
.AnyTagClassName
{
color: #BB5212;
}
</style>
background-color css
<style>
a { background-color: #BB5212; }
a { background-color: rgb(187,82,18); }
div.DivClassName
{
background-color: #BB5212;
}
.BgClassName
{
background-color: #BB5212;
}
</style>
border-color css
<style>
span { border-color: #BB5212; }
span { border-color: rgb(187,82,18); }
td.TdClassName
{
border-color: #BB5212;
}
.TagClassName
{
border-color: #BB5212;
}
</style>