Shades of Rust #BB3E15
Tints of Rust #BB3E15
RGB
CMYK
RGB Variations
Color information
#BB3E15 (or 0xBB3E15) is known color: Rust. HEX triplet: BB, 3E and 15. RGB value is (187,62,21). Sum of RGB (Red+Green+Blue) = 187+62+21=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E15 is #44C1EA. Grayscale: #5E5E5E. Windows color (decimal): -4506091 or 1392315. OLE color: 1392315.
HSL color Cylindrical-coordinate representation of color #BB3E15: hue angle of 14.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB3E15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.27 |
| HSL | 14.82º | 0.8% | 0.41% | - |
| HSV(B) | 14.82º | 0.89% | 0.73% | - |
| XYZ | 22.35 | 14.06 | 2.25 | - |
| YUV | 94.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 21 | 0 | 0.67 | 0.89 | 0.27 | 14.82 | 0.8 | 0.41 |
| Hex | BB | 3E | 15 | 0 | 43 | 59 | 1B | F | 50 | 29 |
| Octal | 273 | 76 | 25 | 0 | 103 | 131 | 33 | 17 | 120 | 51 |
| Binary | 10111011 | 111110 | 10101 | 0 | 1000011 | 1011001 | 11011 | 1111 | 1010000 | 101001 |
Color Harmonies of #BB3E15
Complementary color
Monochromatic Colors of #BB3E15
Black with #BB3E15
Text Example
Text Example
White with #BB3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E15; }
p { color: rgb(187,62,21); }
H1.HeaderClassName
{
color: #BB3E15;
}
.AnyTagClassName
{
color: #BB3E15;
}
</style>
background-color css
<style>
a { background-color: #BB3E15; }
a { background-color: rgb(187,62,21); }
div.DivClassName
{
background-color: #BB3E15;
}
.BgClassName
{
background-color: #BB3E15;
}
</style>
border-color css
<style>
span { border-color: #BB3E15; }
span { border-color: rgb(187,62,21); }
td.TdClassName
{
border-color: #BB3E15;
}
.TagClassName
{
border-color: #BB3E15;
}
</style>