Shades of Rust #BB4721
Tints of Rust #BB4721
RGB
CMYK
RGB Variations
Color information
#BB4721 (or 0xBB4721) is known color: Rust. HEX triplet: BB, 47 and 21. RGB value is (187,71,33). Sum of RGB (Red+Green+Blue) = 187+71+33=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4721 is #44B8DE. Grayscale: #656565. Windows color (decimal): -4503775 or 2181051. OLE color: 2181051.
HSL color Cylindrical-coordinate representation of color #BB4721: hue angle of 14.81º 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 #BB4721 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 33 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.27 |
| HSL | 14.81º | 0.7% | 0.43% | - |
| HSV(B) | 14.81º | 0.82% | 0.73% | - |
| XYZ | 23.02 | 15.18 | 3.16 | - |
| YUV | 101.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 33 | 0 | 0.62 | 0.82 | 0.27 | 14.81 | 0.7 | 0.43 |
| Hex | BB | 47 | 21 | 0 | 3E | 52 | 1B | F | 46 | 2B |
| Octal | 273 | 107 | 41 | 0 | 76 | 122 | 33 | 17 | 106 | 53 |
| Binary | 10111011 | 1000111 | 100001 | 0 | 111110 | 1010010 | 11011 | 1111 | 1000110 | 101011 |
Color Harmonies of #BB4721
Complementary color
Monochromatic Colors of #BB4721
Black with #BB4721
Text Example
Text Example
White with #BB4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4721; }
p { color: rgb(187,71,33); }
H1.HeaderClassName
{
color: #BB4721;
}
.AnyTagClassName
{
color: #BB4721;
}
</style>
background-color css
<style>
a { background-color: #BB4721; }
a { background-color: rgb(187,71,33); }
div.DivClassName
{
background-color: #BB4721;
}
.BgClassName
{
background-color: #BB4721;
}
</style>
border-color css
<style>
span { border-color: #BB4721; }
span { border-color: rgb(187,71,33); }
td.TdClassName
{
border-color: #BB4721;
}
.TagClassName
{
border-color: #BB4721;
}
</style>