Shades of Rust #BB3E0E
Tints of Rust #BB3E0E
RGB
CMYK
RGB Variations
Color information
#BB3E0E (or 0xBB3E0E) is known color: Rust. HEX triplet: BB, 3E and 0E. RGB value is (187,62,14). Sum of RGB (Red+Green+Blue) = 187+62+14=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E0E is #44C1F1. Grayscale: #5E5E5E. Windows color (decimal): -4506098 or 933563. OLE color: 933563.
HSL color Cylindrical-coordinate representation of color #BB3E0E: hue angle of 16.65º 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 #BB3E0E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.27 |
| HSL | 16.65º | 0.86% | 0.39% | - |
| HSV(B) | 16.65º | 0.93% | 0.73% | - |
| XYZ | 22.3 | 14.04 | 1.95 | - |
| YUV | 93.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 14 | 0 | 0.67 | 0.93 | 0.27 | 16.65 | 0.86 | 0.39 |
| Hex | BB | 3E | E | 0 | 43 | 5D | 1B | 11 | 56 | 27 |
| Octal | 273 | 76 | 16 | 0 | 103 | 135 | 33 | 21 | 126 | 47 |
| Binary | 10111011 | 111110 | 1110 | 0 | 1000011 | 1011101 | 11011 | 10001 | 1010110 | 100111 |
Color Harmonies of #BB3E0E
Complementary color
Monochromatic Colors of #BB3E0E
Black with #BB3E0E
Text Example
Text Example
White with #BB3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E0E; }
p { color: rgb(187,62,14); }
H1.HeaderClassName
{
color: #BB3E0E;
}
.AnyTagClassName
{
color: #BB3E0E;
}
</style>
background-color css
<style>
a { background-color: #BB3E0E; }
a { background-color: rgb(187,62,14); }
div.DivClassName
{
background-color: #BB3E0E;
}
.BgClassName
{
background-color: #BB3E0E;
}
</style>
border-color css
<style>
span { border-color: #BB3E0E; }
span { border-color: rgb(187,62,14); }
td.TdClassName
{
border-color: #BB3E0E;
}
.TagClassName
{
border-color: #BB3E0E;
}
</style>