Shades of Rust #BB3908
Tints of Rust #BB3908
RGB
CMYK
RGB Variations
Color information
#BB3908 (or 0xBB3908) is known color: Rust. HEX triplet: BB, 39 and 08. RGB value is (187,57,8). Sum of RGB (Red+Green+Blue) = 187+57+8=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3908 is #44C6F7. Grayscale: #5A5A5A. Windows color (decimal): -4507384 or 539067. OLE color: 539067.
HSL color Cylindrical-coordinate representation of color #BB3908: hue angle of 16.42º 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 #BB3908 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.27 |
| HSL | 16.42º | 0.92% | 0.38% | - |
| HSV(B) | 16.42º | 0.96% | 0.73% | - |
| XYZ | 22 | 13.51 | 1.68 | - |
| YUV | 90.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 8 | 0 | 0.70 | 0.96 | 0.27 | 16.42 | 0.92 | 0.38 |
| Hex | BB | 39 | 8 | 0 | 46 | 60 | 1B | 10 | 5C | 26 |
| Octal | 273 | 71 | 10 | 0 | 106 | 140 | 33 | 20 | 134 | 46 |
| Binary | 10111011 | 111001 | 1000 | 0 | 1000110 | 1100000 | 11011 | 10000 | 1011100 | 100110 |
Color Harmonies of #BB3908
Complementary color
Monochromatic Colors of #BB3908
Black with #BB3908
Text Example
Text Example
White with #BB3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3908; }
p { color: rgb(187,57,8); }
H1.HeaderClassName
{
color: #BB3908;
}
.AnyTagClassName
{
color: #BB3908;
}
</style>
background-color css
<style>
a { background-color: #BB3908; }
a { background-color: rgb(187,57,8); }
div.DivClassName
{
background-color: #BB3908;
}
.BgClassName
{
background-color: #BB3908;
}
</style>
border-color css
<style>
span { border-color: #BB3908; }
span { border-color: rgb(187,57,8); }
td.TdClassName
{
border-color: #BB3908;
}
.TagClassName
{
border-color: #BB3908;
}
</style>