Shades of Rust #BB4D16
Tints of Rust #BB4D16
RGB
CMYK
RGB Variations
Color information
#BB4D16 (or 0xBB4D16) is known color: Rust. HEX triplet: BB, 4D and 16. RGB value is (187,77,22). Sum of RGB (Red+Green+Blue) = 187+77+22=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D16 is #44B2E9. Grayscale: #676767. Windows color (decimal): -4502250 or 1461691. OLE color: 1461691.
HSL color Cylindrical-coordinate representation of color #BB4D16: hue angle of 20º 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 #BB4D16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.27 |
| HSL | 20º | 0.79% | 0.41% | - |
| HSV(B) | 20º | 0.88% | 0.73% | - |
| XYZ | 23.29 | 15.93 | 2.61 | - |
| YUV | 103.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 22 | 0 | 0.59 | 0.88 | 0.27 | 20 | 0.79 | 0.41 |
| Hex | BB | 4D | 16 | 0 | 3B | 58 | 1B | 14 | 4F | 29 |
| Octal | 273 | 115 | 26 | 0 | 73 | 130 | 33 | 24 | 117 | 51 |
| Binary | 10111011 | 1001101 | 10110 | 0 | 111011 | 1011000 | 11011 | 10100 | 1001111 | 101001 |
Color Harmonies of #BB4D16
Complementary color
Monochromatic Colors of #BB4D16
Black with #BB4D16
Text Example
Text Example
White with #BB4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D16; }
p { color: rgb(187,77,22); }
H1.HeaderClassName
{
color: #BB4D16;
}
.AnyTagClassName
{
color: #BB4D16;
}
</style>
background-color css
<style>
a { background-color: #BB4D16; }
a { background-color: rgb(187,77,22); }
div.DivClassName
{
background-color: #BB4D16;
}
.BgClassName
{
background-color: #BB4D16;
}
</style>
border-color css
<style>
span { border-color: #BB4D16; }
span { border-color: rgb(187,77,22); }
td.TdClassName
{
border-color: #BB4D16;
}
.TagClassName
{
border-color: #BB4D16;
}
</style>