Shades of Rust #BB3E0F
Tints of Rust #BB3E0F
RGB
CMYK
RGB Variations
Color information
#BB3E0F (or 0xBB3E0F) is known color: Rust. HEX triplet: BB, 3E and 0F. RGB value is (187,62,15). Sum of RGB (Red+Green+Blue) = 187+62+15=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E0F is #44C1F0. Grayscale: #5E5E5E. Windows color (decimal): -4506097 or 999099. OLE color: 999099.
HSL color Cylindrical-coordinate representation of color #BB3E0F: hue angle of 16.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB3E0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.27 |
| HSL | 16.4º | 0.85% | 0.4% | - |
| HSV(B) | 16.4º | 0.92% | 0.73% | - |
| XYZ | 22.3 | 14.04 | 1.99 | - |
| YUV | 94.02 | 83.41 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 15 | 0 | 0.67 | 0.92 | 0.27 | 16.4 | 0.85 | 0.4 |
| Hex | BB | 3E | F | 0 | 43 | 5C | 1B | 10 | 55 | 28 |
| Octal | 273 | 76 | 17 | 0 | 103 | 134 | 33 | 20 | 125 | 50 |
| Binary | 10111011 | 111110 | 1111 | 0 | 1000011 | 1011100 | 11011 | 10000 | 1010101 | 101000 |
Color Harmonies of #BB3E0F
Complementary color
Monochromatic Colors of #BB3E0F
Black with #BB3E0F
Text Example
Text Example
White with #BB3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E0F; }
p { color: rgb(187,62,15); }
H1.HeaderClassName
{
color: #BB3E0F;
}
.AnyTagClassName
{
color: #BB3E0F;
}
</style>
background-color css
<style>
a { background-color: #BB3E0F; }
a { background-color: rgb(187,62,15); }
div.DivClassName
{
background-color: #BB3E0F;
}
.BgClassName
{
background-color: #BB3E0F;
}
</style>
border-color css
<style>
span { border-color: #BB3E0F; }
span { border-color: rgb(187,62,15); }
td.TdClassName
{
border-color: #BB3E0F;
}
.TagClassName
{
border-color: #BB3E0F;
}
</style>