Shades of Rust #BB4208
Tints of Rust #BB4208
RGB
CMYK
RGB Variations
Color information
#BB4208 (or 0xBB4208) is known color: Rust. HEX triplet: BB, 42 and 08. RGB value is (187,66,8). Sum of RGB (Red+Green+Blue) = 187+66+8=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4208 is #44BDF7. Grayscale: #5F5F5F. Windows color (decimal): -4505080 or 541371. OLE color: 541371.
HSL color Cylindrical-coordinate representation of color #BB4208: hue angle of 19.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB4208 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.44º | 0.92% | 0.38% | - |
| HSV(B) | 19.44º | 0.96% | 0.73% | - |
| XYZ | 22.49 | 14.48 | 1.84 | - |
| YUV | 95.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 8 | 0 | 0.65 | 0.96 | 0.27 | 19.44 | 0.92 | 0.38 |
| Hex | BB | 42 | 8 | 0 | 41 | 60 | 1B | 13 | 5C | 26 |
| Octal | 273 | 102 | 10 | 0 | 101 | 140 | 33 | 23 | 134 | 46 |
| Binary | 10111011 | 1000010 | 1000 | 0 | 1000001 | 1100000 | 11011 | 10011 | 1011100 | 100110 |
Color Harmonies of #BB4208
Complementary color
Monochromatic Colors of #BB4208
Black with #BB4208
Text Example
Text Example
White with #BB4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4208; }
p { color: rgb(187,66,8); }
H1.HeaderClassName
{
color: #BB4208;
}
.AnyTagClassName
{
color: #BB4208;
}
</style>
background-color css
<style>
a { background-color: #BB4208; }
a { background-color: rgb(187,66,8); }
div.DivClassName
{
background-color: #BB4208;
}
.BgClassName
{
background-color: #BB4208;
}
</style>
border-color css
<style>
span { border-color: #BB4208; }
span { border-color: rgb(187,66,8); }
td.TdClassName
{
border-color: #BB4208;
}
.TagClassName
{
border-color: #BB4208;
}
</style>