Shades of Rust #BB4802
Tints of Rust #BB4802
RGB
CMYK
RGB Variations
Color information
#BB4802 (or 0xBB4802) is known color: Rust. HEX triplet: BB, 48 and 02. RGB value is (187,72,2). Sum of RGB (Red+Green+Blue) = 187+72+2=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4802 is #44B7FD. Grayscale: #626262. Windows color (decimal): -4503550 or 149691. OLE color: 149691.
HSL color Cylindrical-coordinate representation of color #BB4802: hue angle of 22.7º 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 #BB4802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.27 |
| HSL | 22.7º | 0.98% | 0.37% | - |
| HSV(B) | 22.7º | 0.99% | 0.73% | - |
| XYZ | 22.82 | 15.2 | 1.79 | - |
| YUV | 98.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 2 | 0 | 0.61 | 0.99 | 0.27 | 22.7 | 0.98 | 0.37 |
| Hex | BB | 48 | 2 | 0 | 3D | 63 | 1B | 17 | 62 | 25 |
| Octal | 273 | 110 | 2 | 0 | 75 | 143 | 33 | 27 | 142 | 45 |
| Binary | 10111011 | 1001000 | 10 | 0 | 111101 | 1100011 | 11011 | 10111 | 1100010 | 100101 |
Color Harmonies of #BB4802
Complementary color
Monochromatic Colors of #BB4802
Black with #BB4802
Text Example
Text Example
White with #BB4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4802; }
p { color: rgb(187,72,2); }
H1.HeaderClassName
{
color: #BB4802;
}
.AnyTagClassName
{
color: #BB4802;
}
</style>
background-color css
<style>
a { background-color: #BB4802; }
a { background-color: rgb(187,72,2); }
div.DivClassName
{
background-color: #BB4802;
}
.BgClassName
{
background-color: #BB4802;
}
</style>
border-color css
<style>
span { border-color: #BB4802; }
span { border-color: rgb(187,72,2); }
td.TdClassName
{
border-color: #BB4802;
}
.TagClassName
{
border-color: #BB4802;
}
</style>