Shades of Rust #BB4412
Tints of Rust #BB4412
RGB
CMYK
RGB Variations
Color information
#BB4412 (or 0xBB4412) is known color: Rust. HEX triplet: BB, 44 and 12. RGB value is (187,68,18). Sum of RGB (Red+Green+Blue) = 187+68+18=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4412 is #44BBED. Grayscale: #626262. Windows color (decimal): -4504558 or 1197243. OLE color: 1197243.
HSL color Cylindrical-coordinate representation of color #BB4412: hue angle of 17.75º 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 #BB4412 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.27 |
| HSL | 17.75º | 0.82% | 0.4% | - |
| HSV(B) | 17.75º | 0.9% | 0.73% | - |
| XYZ | 22.67 | 14.74 | 2.22 | - |
| YUV | 97.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 18 | 0 | 0.64 | 0.90 | 0.27 | 17.75 | 0.82 | 0.4 |
| Hex | BB | 44 | 12 | 0 | 40 | 5A | 1B | 12 | 52 | 28 |
| Octal | 273 | 104 | 22 | 0 | 100 | 132 | 33 | 22 | 122 | 50 |
| Binary | 10111011 | 1000100 | 10010 | 0 | 1000000 | 1011010 | 11011 | 10010 | 1010010 | 101000 |
Color Harmonies of #BB4412
Complementary color
Monochromatic Colors of #BB4412
Black with #BB4412
Text Example
Text Example
White with #BB4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4412; }
p { color: rgb(187,68,18); }
H1.HeaderClassName
{
color: #BB4412;
}
.AnyTagClassName
{
color: #BB4412;
}
</style>
background-color css
<style>
a { background-color: #BB4412; }
a { background-color: rgb(187,68,18); }
div.DivClassName
{
background-color: #BB4412;
}
.BgClassName
{
background-color: #BB4412;
}
</style>
border-color css
<style>
span { border-color: #BB4412; }
span { border-color: rgb(187,68,18); }
td.TdClassName
{
border-color: #BB4412;
}
.TagClassName
{
border-color: #BB4412;
}
</style>