Shades of Rust #BB3C12
Tints of Rust #BB3C12
RGB
CMYK
RGB Variations
Color information
#BB3C12 (or 0xBB3C12) is known color: Rust. HEX triplet: BB, 3C and 12. RGB value is (187,60,18). Sum of RGB (Red+Green+Blue) = 187+60+18=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3C12 is #44C3ED. Grayscale: #5D5D5D. Windows color (decimal): -4506606 or 1195195. OLE color: 1195195.
HSL color Cylindrical-coordinate representation of color #BB3C12: hue angle of 14.91º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3C12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.27 |
| HSL | 14.91º | 0.82% | 0.4% | - |
| HSV(B) | 14.91º | 0.9% | 0.73% | - |
| XYZ | 22.22 | 13.84 | 2.07 | - |
| YUV | 93.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 18 | 0 | 0.68 | 0.90 | 0.27 | 14.91 | 0.82 | 0.4 |
| Hex | BB | 3C | 12 | 0 | 44 | 5A | 1B | F | 52 | 28 |
| Octal | 273 | 74 | 22 | 0 | 104 | 132 | 33 | 17 | 122 | 50 |
| Binary | 10111011 | 111100 | 10010 | 0 | 1000100 | 1011010 | 11011 | 1111 | 1010010 | 101000 |
Color Harmonies of #BB3C12
Complementary color
Monochromatic Colors of #BB3C12
Black with #BB3C12
Text Example
Text Example
White with #BB3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C12; }
p { color: rgb(187,60,18); }
H1.HeaderClassName
{
color: #BB3C12;
}
.AnyTagClassName
{
color: #BB3C12;
}
</style>
background-color css
<style>
a { background-color: #BB3C12; }
a { background-color: rgb(187,60,18); }
div.DivClassName
{
background-color: #BB3C12;
}
.BgClassName
{
background-color: #BB3C12;
}
</style>
border-color css
<style>
span { border-color: #BB3C12; }
span { border-color: rgb(187,60,18); }
td.TdClassName
{
border-color: #BB3C12;
}
.TagClassName
{
border-color: #BB3C12;
}
</style>