Shades of Rust #BB3F12
Tints of Rust #BB3F12
RGB
CMYK
RGB Variations
Color information
#BB3F12 (or 0xBB3F12) is known color: Rust. HEX triplet: BB, 3F and 12. RGB value is (187,63,18). Sum of RGB (Red+Green+Blue) = 187+63+18=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F12 is #44C0ED. Grayscale: #5F5F5F. Windows color (decimal): -4505838 or 1195963. OLE color: 1195963.
HSL color Cylindrical-coordinate representation of color #BB3F12: hue angle of 15.98º 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 #BB3F12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.27 |
| HSL | 15.98º | 0.82% | 0.4% | - |
| HSV(B) | 15.98º | 0.9% | 0.73% | - |
| XYZ | 22.38 | 14.16 | 2.13 | - |
| YUV | 94.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 18 | 0 | 0.66 | 0.90 | 0.27 | 15.98 | 0.82 | 0.4 |
| Hex | BB | 3F | 12 | 0 | 42 | 5A | 1B | 10 | 52 | 28 |
| Octal | 273 | 77 | 22 | 0 | 102 | 132 | 33 | 20 | 122 | 50 |
| Binary | 10111011 | 111111 | 10010 | 0 | 1000010 | 1011010 | 11011 | 10000 | 1010010 | 101000 |
Color Harmonies of #BB3F12
Complementary color
Monochromatic Colors of #BB3F12
Black with #BB3F12
Text Example
Text Example
White with #BB3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F12; }
p { color: rgb(187,63,18); }
H1.HeaderClassName
{
color: #BB3F12;
}
.AnyTagClassName
{
color: #BB3F12;
}
</style>
background-color css
<style>
a { background-color: #BB3F12; }
a { background-color: rgb(187,63,18); }
div.DivClassName
{
background-color: #BB3F12;
}
.BgClassName
{
background-color: #BB3F12;
}
</style>
border-color css
<style>
span { border-color: #BB3F12; }
span { border-color: rgb(187,63,18); }
td.TdClassName
{
border-color: #BB3F12;
}
.TagClassName
{
border-color: #BB3F12;
}
</style>