Shades of Rust #B04220
Tints of Rust #B04220
RGB
CMYK
RGB Variations
Color information
#B04220 (or 0xB04220) is known color: Rust. HEX triplet: B0, 42 and 20. RGB value is (176,66,32). Sum of RGB (Red+Green+Blue) = 176+66+32=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B04220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04220 is #4FBDDF. Grayscale: #5F5F5F. Windows color (decimal): -5225952 or 2114224. OLE color: 2114224.
HSL color Cylindrical-coordinate representation of color #B04220: hue angle of 14.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B04220 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 32 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.31 |
| HSL | 14.17º | 0.69% | 0.41% | - |
| HSV(B) | 14.17º | 0.82% | 0.69% | - |
| XYZ | 20.11 | 13.23 | 2.86 | - |
| YUV | 95.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 32 | 0 | 0.62 | 0.82 | 0.31 | 14.17 | 0.69 | 0.41 |
| Hex | B0 | 42 | 20 | 0 | 3E | 52 | 1F | E | 45 | 29 |
| Octal | 260 | 102 | 40 | 0 | 76 | 122 | 37 | 16 | 105 | 51 |
| Binary | 10110000 | 1000010 | 100000 | 0 | 111110 | 1010010 | 11111 | 1110 | 1000101 | 101001 |
Color Harmonies of #B04220
Complementary color
Monochromatic Colors of #B04220
Black with #B04220
Text Example
Text Example
White with #B04220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04220; }
p { color: rgb(176,66,32); }
H1.HeaderClassName
{
color: #B04220;
}
.AnyTagClassName
{
color: #B04220;
}
</style>
background-color css
<style>
a { background-color: #B04220; }
a { background-color: rgb(176,66,32); }
div.DivClassName
{
background-color: #B04220;
}
.BgClassName
{
background-color: #B04220;
}
</style>
border-color css
<style>
span { border-color: #B04220; }
span { border-color: rgb(176,66,32); }
td.TdClassName
{
border-color: #B04220;
}
.TagClassName
{
border-color: #B04220;
}
</style>