Shades of Rust #BB3F0E
Tints of Rust #BB3F0E
RGB
CMYK
RGB Variations
Color information
#BB3F0E (or 0xBB3F0E) is known color: Rust. HEX triplet: BB, 3F and 0E. RGB value is (187,63,14). Sum of RGB (Red+Green+Blue) = 187+63+14=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F0E is #44C0F1. Grayscale: #5E5E5E. Windows color (decimal): -4505842 or 933819. OLE color: 933819.
HSL color Cylindrical-coordinate representation of color #BB3F0E: hue angle of 16.99º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB3F0E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.27 |
| HSL | 16.99º | 0.86% | 0.39% | - |
| HSV(B) | 16.99º | 0.93% | 0.73% | - |
| XYZ | 22.35 | 14.15 | 1.97 | - |
| YUV | 94.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 14 | 0 | 0.66 | 0.93 | 0.27 | 16.99 | 0.86 | 0.39 |
| Hex | BB | 3F | E | 0 | 42 | 5D | 1B | 11 | 56 | 27 |
| Octal | 273 | 77 | 16 | 0 | 102 | 135 | 33 | 21 | 126 | 47 |
| Binary | 10111011 | 111111 | 1110 | 0 | 1000010 | 1011101 | 11011 | 10001 | 1010110 | 100111 |
Color Harmonies of #BB3F0E
Complementary color
Monochromatic Colors of #BB3F0E
Black with #BB3F0E
Text Example
Text Example
White with #BB3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F0E; }
p { color: rgb(187,63,14); }
H1.HeaderClassName
{
color: #BB3F0E;
}
.AnyTagClassName
{
color: #BB3F0E;
}
</style>
background-color css
<style>
a { background-color: #BB3F0E; }
a { background-color: rgb(187,63,14); }
div.DivClassName
{
background-color: #BB3F0E;
}
.BgClassName
{
background-color: #BB3F0E;
}
</style>
border-color css
<style>
span { border-color: #BB3F0E; }
span { border-color: rgb(187,63,14); }
td.TdClassName
{
border-color: #BB3F0E;
}
.TagClassName
{
border-color: #BB3F0E;
}
</style>