Shades of Rust #BB4C02
Tints of Rust #BB4C02
RGB
CMYK
RGB Variations
Color information
#BB4C02 (or 0xBB4C02) is known color: Rust. HEX triplet: BB, 4C and 02. RGB value is (187,76,2). Sum of RGB (Red+Green+Blue) = 187+76+2=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C02 is #44B3FD. Grayscale: #656565. Windows color (decimal): -4502526 or 150715. OLE color: 150715.
HSL color Cylindrical-coordinate representation of color #BB4C02: hue angle of 24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB4C02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.27 |
| HSL | 24º | 0.98% | 0.37% | - |
| HSV(B) | 24º | 0.99% | 0.73% | - |
| XYZ | 23.09 | 15.74 | 1.88 | - |
| YUV | 100.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 2 | 0 | 0.59 | 0.99 | 0.27 | 24 | 0.98 | 0.37 |
| Hex | BB | 4C | 2 | 0 | 3B | 63 | 1B | 18 | 62 | 25 |
| Octal | 273 | 114 | 2 | 0 | 73 | 143 | 33 | 30 | 142 | 45 |
| Binary | 10111011 | 1001100 | 10 | 0 | 111011 | 1100011 | 11011 | 11000 | 1100010 | 100101 |
Color Harmonies of #BB4C02
Complementary color
Monochromatic Colors of #BB4C02
Black with #BB4C02
Text Example
Text Example
White with #BB4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C02; }
p { color: rgb(187,76,2); }
H1.HeaderClassName
{
color: #BB4C02;
}
.AnyTagClassName
{
color: #BB4C02;
}
</style>
background-color css
<style>
a { background-color: #BB4C02; }
a { background-color: rgb(187,76,2); }
div.DivClassName
{
background-color: #BB4C02;
}
.BgClassName
{
background-color: #BB4C02;
}
</style>
border-color css
<style>
span { border-color: #BB4C02; }
span { border-color: rgb(187,76,2); }
td.TdClassName
{
border-color: #BB4C02;
}
.TagClassName
{
border-color: #BB4C02;
}
</style>