Shades of Rust #BB3F16
Tints of Rust #BB3F16
RGB
CMYK
RGB Variations
Color information
#BB3F16 (or 0xBB3F16) is known color: Rust. HEX triplet: BB, 3F and 16. RGB value is (187,63,22). Sum of RGB (Red+Green+Blue) = 187+63+22=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F16 is #44C0E9. Grayscale: #5F5F5F. Windows color (decimal): -4505834 or 1458107. OLE color: 1458107.
HSL color Cylindrical-coordinate representation of color #BB3F16: hue angle of 14.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB3F16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.27 |
| HSL | 14.91º | 0.79% | 0.41% | - |
| HSV(B) | 14.91º | 0.88% | 0.73% | - |
| XYZ | 22.42 | 14.18 | 2.31 | - |
| YUV | 95.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 22 | 0 | 0.66 | 0.88 | 0.27 | 14.91 | 0.79 | 0.41 |
| Hex | BB | 3F | 16 | 0 | 42 | 58 | 1B | F | 4F | 29 |
| Octal | 273 | 77 | 26 | 0 | 102 | 130 | 33 | 17 | 117 | 51 |
| Binary | 10111011 | 111111 | 10110 | 0 | 1000010 | 1011000 | 11011 | 1111 | 1001111 | 101001 |
Color Harmonies of #BB3F16
Complementary color
Monochromatic Colors of #BB3F16
Black with #BB3F16
Text Example
Text Example
White with #BB3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F16; }
p { color: rgb(187,63,22); }
H1.HeaderClassName
{
color: #BB3F16;
}
.AnyTagClassName
{
color: #BB3F16;
}
</style>
background-color css
<style>
a { background-color: #BB3F16; }
a { background-color: rgb(187,63,22); }
div.DivClassName
{
background-color: #BB3F16;
}
.BgClassName
{
background-color: #BB3F16;
}
</style>
border-color css
<style>
span { border-color: #BB3F16; }
span { border-color: rgb(187,63,22); }
td.TdClassName
{
border-color: #BB3F16;
}
.TagClassName
{
border-color: #BB3F16;
}
</style>