Shades of Rust #BB4E12
Tints of Rust #BB4E12
RGB
CMYK
RGB Variations
Color information
#BB4E12 (or 0xBB4E12) is known color: Rust. HEX triplet: BB, 4E and 12. RGB value is (187,78,18). Sum of RGB (Red+Green+Blue) = 187+78+18=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E12 is #44B1ED. Grayscale: #686868. Windows color (decimal): -4501998 or 1199803. OLE color: 1199803.
HSL color Cylindrical-coordinate representation of color #BB4E12: hue angle of 21.3º 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 #BB4E12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 18 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.27 |
| HSL | 21.3º | 0.82% | 0.4% | - |
| HSV(B) | 21.3º | 0.9% | 0.73% | - |
| XYZ | 23.33 | 16.06 | 2.44 | - |
| YUV | 103.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 18 | 0 | 0.58 | 0.90 | 0.27 | 21.3 | 0.82 | 0.4 |
| Hex | BB | 4E | 12 | 0 | 3A | 5A | 1B | 15 | 52 | 28 |
| Octal | 273 | 116 | 22 | 0 | 72 | 132 | 33 | 25 | 122 | 50 |
| Binary | 10111011 | 1001110 | 10010 | 0 | 111010 | 1011010 | 11011 | 10101 | 1010010 | 101000 |
Color Harmonies of #BB4E12
Complementary color
Monochromatic Colors of #BB4E12
Black with #BB4E12
Text Example
Text Example
White with #BB4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E12; }
p { color: rgb(187,78,18); }
H1.HeaderClassName
{
color: #BB4E12;
}
.AnyTagClassName
{
color: #BB4E12;
}
</style>
background-color css
<style>
a { background-color: #BB4E12; }
a { background-color: rgb(187,78,18); }
div.DivClassName
{
background-color: #BB4E12;
}
.BgClassName
{
background-color: #BB4E12;
}
</style>
border-color css
<style>
span { border-color: #BB4E12; }
span { border-color: rgb(187,78,18); }
td.TdClassName
{
border-color: #BB4E12;
}
.TagClassName
{
border-color: #BB4E12;
}
</style>