Shades of Rust #BB4D08
Tints of Rust #BB4D08
RGB
CMYK
RGB Variations
Color information
#BB4D08 (or 0xBB4D08) is known color: Rust. HEX triplet: BB, 4D and 08. RGB value is (187,77,8). Sum of RGB (Red+Green+Blue) = 187+77+8=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D08 is #44B2F7. Grayscale: #666666. Windows color (decimal): -4502264 or 544187. OLE color: 544187.
HSL color Cylindrical-coordinate representation of color #BB4D08: hue angle of 23.13º 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 #BB4D08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.27 |
| HSL | 23.13º | 0.92% | 0.38% | - |
| HSV(B) | 23.13º | 0.96% | 0.73% | - |
| XYZ | 23.19 | 15.89 | 2.07 | - |
| YUV | 102.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 8 | 0 | 0.59 | 0.96 | 0.27 | 23.13 | 0.92 | 0.38 |
| Hex | BB | 4D | 8 | 0 | 3B | 60 | 1B | 17 | 5C | 26 |
| Octal | 273 | 115 | 10 | 0 | 73 | 140 | 33 | 27 | 134 | 46 |
| Binary | 10111011 | 1001101 | 1000 | 0 | 111011 | 1100000 | 11011 | 10111 | 1011100 | 100110 |
Color Harmonies of #BB4D08
Complementary color
Monochromatic Colors of #BB4D08
Black with #BB4D08
Text Example
Text Example
White with #BB4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D08; }
p { color: rgb(187,77,8); }
H1.HeaderClassName
{
color: #BB4D08;
}
.AnyTagClassName
{
color: #BB4D08;
}
</style>
background-color css
<style>
a { background-color: #BB4D08; }
a { background-color: rgb(187,77,8); }
div.DivClassName
{
background-color: #BB4D08;
}
.BgClassName
{
background-color: #BB4D08;
}
</style>
border-color css
<style>
span { border-color: #BB4D08; }
span { border-color: rgb(187,77,8); }
td.TdClassName
{
border-color: #BB4D08;
}
.TagClassName
{
border-color: #BB4D08;
}
</style>