Shades of Rust #B04204
Tints of Rust #B04204
RGB
CMYK
RGB Variations
Color information
#B04204 (or 0xB04204) is known color: Rust. HEX triplet: B0, 42 and 04. RGB value is (176,66,4). Sum of RGB (Red+Green+Blue) = 176+66+4=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B04204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04204 is #4FBDFB. Grayscale: #5C5C5C. Windows color (decimal): -5225980 or 279216. OLE color: 279216.
HSL color Cylindrical-coordinate representation of color #B04204: hue angle of 21.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04204 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.31 |
| HSL | 21.63º | 0.96% | 0.35% | - |
| HSV(B) | 21.63º | 0.98% | 0.69% | - |
| XYZ | 19.87 | 13.14 | 1.6 | - |
| YUV | 91.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 4 | 0 | 0.62 | 0.98 | 0.31 | 21.63 | 0.96 | 0.35 |
| Hex | B0 | 42 | 4 | 0 | 3E | 62 | 1F | 16 | 60 | 23 |
| Octal | 260 | 102 | 4 | 0 | 76 | 142 | 37 | 26 | 140 | 43 |
| Binary | 10110000 | 1000010 | 100 | 0 | 111110 | 1100010 | 11111 | 10110 | 1100000 | 100011 |
Color Harmonies of #B04204
Complementary color
Monochromatic Colors of #B04204
Black with #B04204
Text Example
Text Example
White with #B04204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04204; }
p { color: rgb(176,66,4); }
H1.HeaderClassName
{
color: #B04204;
}
.AnyTagClassName
{
color: #B04204;
}
</style>
background-color css
<style>
a { background-color: #B04204; }
a { background-color: rgb(176,66,4); }
div.DivClassName
{
background-color: #B04204;
}
.BgClassName
{
background-color: #B04204;
}
</style>
border-color css
<style>
span { border-color: #B04204; }
span { border-color: rgb(176,66,4); }
td.TdClassName
{
border-color: #B04204;
}
.TagClassName
{
border-color: #B04204;
}
</style>