Shades of Rust #BB4821
Tints of Rust #BB4821
RGB
CMYK
RGB Variations
Color information
#BB4821 (or 0xBB4821) is known color: Rust. HEX triplet: BB, 48 and 21. RGB value is (187,72,33). Sum of RGB (Red+Green+Blue) = 187+72+33=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4821 is #44B7DE. Grayscale: #666666. Windows color (decimal): -4503519 or 2181307. OLE color: 2181307.
HSL color Cylindrical-coordinate representation of color #BB4821: hue angle of 15.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB4821 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 33 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.27 |
| HSL | 15.19º | 0.7% | 0.43% | - |
| HSV(B) | 15.19º | 0.82% | 0.73% | - |
| XYZ | 23.09 | 15.31 | 3.18 | - |
| YUV | 101.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 33 | 0 | 0.61 | 0.82 | 0.27 | 15.19 | 0.7 | 0.43 |
| Hex | BB | 48 | 21 | 0 | 3D | 52 | 1B | F | 46 | 2B |
| Octal | 273 | 110 | 41 | 0 | 75 | 122 | 33 | 17 | 106 | 53 |
| Binary | 10111011 | 1001000 | 100001 | 0 | 111101 | 1010010 | 11011 | 1111 | 1000110 | 101011 |
Color Harmonies of #BB4821
Complementary color
Monochromatic Colors of #BB4821
Black with #BB4821
Text Example
Text Example
White with #BB4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4821; }
p { color: rgb(187,72,33); }
H1.HeaderClassName
{
color: #BB4821;
}
.AnyTagClassName
{
color: #BB4821;
}
</style>
background-color css
<style>
a { background-color: #BB4821; }
a { background-color: rgb(187,72,33); }
div.DivClassName
{
background-color: #BB4821;
}
.BgClassName
{
background-color: #BB4821;
}
</style>
border-color css
<style>
span { border-color: #BB4821; }
span { border-color: rgb(187,72,33); }
td.TdClassName
{
border-color: #BB4821;
}
.TagClassName
{
border-color: #BB4821;
}
</style>