Shades of Rust #BB4222
Tints of Rust #BB4222
RGB
CMYK
RGB Variations
Color information
#BB4222 (or 0xBB4222) is known color: Rust. HEX triplet: BB, 42 and 22. RGB value is (187,66,34). Sum of RGB (Red+Green+Blue) = 187+66+34=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4222 is #44BDDD. Grayscale: #626262. Windows color (decimal): -4505054 or 2245307. OLE color: 2245307.
HSL color Cylindrical-coordinate representation of color #BB4222: hue angle of 12.55º degrees, saturation: 0.69, 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 #BB4222 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 34 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.27 |
| HSL | 12.55º | 0.69% | 0.43% | - |
| HSV(B) | 12.55º | 0.82% | 0.73% | - |
| XYZ | 22.73 | 14.58 | 3.13 | - |
| YUV | 98.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 34 | 0 | 0.65 | 0.82 | 0.27 | 12.55 | 0.69 | 0.43 |
| Hex | BB | 42 | 22 | 0 | 41 | 52 | 1B | D | 45 | 2B |
| Octal | 273 | 102 | 42 | 0 | 101 | 122 | 33 | 15 | 105 | 53 |
| Binary | 10111011 | 1000010 | 100010 | 0 | 1000001 | 1010010 | 11011 | 1101 | 1000101 | 101011 |
Color Harmonies of #BB4222
Complementary color
Monochromatic Colors of #BB4222
Black with #BB4222
Text Example
Text Example
White with #BB4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4222; }
p { color: rgb(187,66,34); }
H1.HeaderClassName
{
color: #BB4222;
}
.AnyTagClassName
{
color: #BB4222;
}
</style>
background-color css
<style>
a { background-color: #BB4222; }
a { background-color: rgb(187,66,34); }
div.DivClassName
{
background-color: #BB4222;
}
.BgClassName
{
background-color: #BB4222;
}
</style>
border-color css
<style>
span { border-color: #BB4222; }
span { border-color: rgb(187,66,34); }
td.TdClassName
{
border-color: #BB4222;
}
.TagClassName
{
border-color: #BB4222;
}
</style>