Shades of Rust #BB4E08
Tints of Rust #BB4E08
RGB
CMYK
RGB Variations
Color information
#BB4E08 (or 0xBB4E08) is known color: Rust. HEX triplet: BB, 4E and 08. RGB value is (187,78,8). Sum of RGB (Red+Green+Blue) = 187+78+8=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E08 is #44B1F7. Grayscale: #676767. Windows color (decimal): -4502008 or 544443. OLE color: 544443.
HSL color Cylindrical-coordinate representation of color #BB4E08: hue angle of 23.46º 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 #BB4E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.27 |
| HSL | 23.46º | 0.92% | 0.38% | - |
| HSV(B) | 23.46º | 0.96% | 0.73% | - |
| XYZ | 23.26 | 16.03 | 2.1 | - |
| YUV | 102.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 8 | 0 | 0.58 | 0.96 | 0.27 | 23.46 | 0.92 | 0.38 |
| Hex | BB | 4E | 8 | 0 | 3A | 60 | 1B | 17 | 5C | 26 |
| Octal | 273 | 116 | 10 | 0 | 72 | 140 | 33 | 27 | 134 | 46 |
| Binary | 10111011 | 1001110 | 1000 | 0 | 111010 | 1100000 | 11011 | 10111 | 1011100 | 100110 |
Color Harmonies of #BB4E08
Complementary color
Monochromatic Colors of #BB4E08
Black with #BB4E08
Text Example
Text Example
White with #BB4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E08; }
p { color: rgb(187,78,8); }
H1.HeaderClassName
{
color: #BB4E08;
}
.AnyTagClassName
{
color: #BB4E08;
}
</style>
background-color css
<style>
a { background-color: #BB4E08; }
a { background-color: rgb(187,78,8); }
div.DivClassName
{
background-color: #BB4E08;
}
.BgClassName
{
background-color: #BB4E08;
}
</style>
border-color css
<style>
span { border-color: #BB4E08; }
span { border-color: rgb(187,78,8); }
td.TdClassName
{
border-color: #BB4E08;
}
.TagClassName
{
border-color: #BB4E08;
}
</style>