Shades of Rust #BB4C0A
Tints of Rust #BB4C0A
RGB
CMYK
RGB Variations
Color information
#BB4C0A (or 0xBB4C0A) is known color: Rust. HEX triplet: BB, 4C and 0A. RGB value is (187,76,10). Sum of RGB (Red+Green+Blue) = 187+76+10=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C0A is #44B3F5. Grayscale: #666666. Windows color (decimal): -4502518 or 675003. OLE color: 675003.
HSL color Cylindrical-coordinate representation of color #BB4C0A: hue angle of 22.37º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4C0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.27 |
| HSL | 22.37º | 0.9% | 0.39% | - |
| HSV(B) | 22.37º | 0.95% | 0.73% | - |
| XYZ | 23.13 | 15.76 | 2.11 | - |
| YUV | 101.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 10 | 0 | 0.59 | 0.95 | 0.27 | 22.37 | 0.9 | 0.39 |
| Hex | BB | 4C | A | 0 | 3B | 5F | 1B | 16 | 5A | 27 |
| Octal | 273 | 114 | 12 | 0 | 73 | 137 | 33 | 26 | 132 | 47 |
| Binary | 10111011 | 1001100 | 1010 | 0 | 111011 | 1011111 | 11011 | 10110 | 1011010 | 100111 |
Color Harmonies of #BB4C0A
Complementary color
Monochromatic Colors of #BB4C0A
Black with #BB4C0A
Text Example
Text Example
White with #BB4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C0A; }
p { color: rgb(187,76,10); }
H1.HeaderClassName
{
color: #BB4C0A;
}
.AnyTagClassName
{
color: #BB4C0A;
}
</style>
background-color css
<style>
a { background-color: #BB4C0A; }
a { background-color: rgb(187,76,10); }
div.DivClassName
{
background-color: #BB4C0A;
}
.BgClassName
{
background-color: #BB4C0A;
}
</style>
border-color css
<style>
span { border-color: #BB4C0A; }
span { border-color: rgb(187,76,10); }
td.TdClassName
{
border-color: #BB4C0A;
}
.TagClassName
{
border-color: #BB4C0A;
}
</style>