Shades of Rust #B64204
Tints of Rust #B64204
RGB
CMYK
RGB Variations
Color information
#B64204 (or 0xB64204) is known color: Rust. HEX triplet: B6, 42 and 04. RGB value is (182,66,4). Sum of RGB (Red+Green+Blue) = 182+66+4=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B64204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64204 is #49BDFB. Grayscale: #5D5D5D. Windows color (decimal): -4832764 or 279222. OLE color: 279222.
HSL color Cylindrical-coordinate representation of color #B64204: hue angle of 20.9º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B64204 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.29 |
| HSL | 20.9º | 0.96% | 0.36% | - |
| HSV(B) | 20.9º | 0.98% | 0.71% | - |
| XYZ | 21.26 | 13.85 | 1.67 | - |
| YUV | 93.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 4 | 0 | 0.64 | 0.98 | 0.29 | 20.9 | 0.96 | 0.36 |
| Hex | B6 | 42 | 4 | 0 | 40 | 62 | 1D | 15 | 60 | 24 |
| Octal | 266 | 102 | 4 | 0 | 100 | 142 | 35 | 25 | 140 | 44 |
| Binary | 10110110 | 1000010 | 100 | 0 | 1000000 | 1100010 | 11101 | 10101 | 1100000 | 100100 |
Color Harmonies of #B64204
Complementary color
Monochromatic Colors of #B64204
Black with #B64204
Text Example
Text Example
White with #B64204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64204; }
p { color: rgb(182,66,4); }
H1.HeaderClassName
{
color: #B64204;
}
.AnyTagClassName
{
color: #B64204;
}
</style>
background-color css
<style>
a { background-color: #B64204; }
a { background-color: rgb(182,66,4); }
div.DivClassName
{
background-color: #B64204;
}
.BgClassName
{
background-color: #B64204;
}
</style>
border-color css
<style>
span { border-color: #B64204; }
span { border-color: rgb(182,66,4); }
td.TdClassName
{
border-color: #B64204;
}
.TagClassName
{
border-color: #B64204;
}
</style>