Shades of Rust #B64404
Tints of Rust #B64404
RGB
CMYK
RGB Variations
Color information
#B64404 (or 0xB64404) is known color: Rust. HEX triplet: B6, 44 and 04. RGB value is (182,68,4). Sum of RGB (Red+Green+Blue) = 182+68+4=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B64404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64404 is #49BBFB. Grayscale: #5F5F5F. Windows color (decimal): -4832252 or 279734. OLE color: 279734.
HSL color Cylindrical-coordinate representation of color #B64404: hue angle of 21.57º 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 #B64404 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.29 |
| HSL | 21.57º | 0.96% | 0.36% | - |
| HSV(B) | 21.57º | 0.98% | 0.71% | - |
| XYZ | 21.38 | 14.09 | 1.71 | - |
| YUV | 94.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 4 | 0 | 0.63 | 0.98 | 0.29 | 21.57 | 0.96 | 0.36 |
| Hex | B6 | 44 | 4 | 0 | 3F | 62 | 1D | 16 | 60 | 24 |
| Octal | 266 | 104 | 4 | 0 | 77 | 142 | 35 | 26 | 140 | 44 |
| Binary | 10110110 | 1000100 | 100 | 0 | 111111 | 1100010 | 11101 | 10110 | 1100000 | 100100 |
Color Harmonies of #B64404
Complementary color
Monochromatic Colors of #B64404
Black with #B64404
Text Example
Text Example
White with #B64404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64404; }
p { color: rgb(182,68,4); }
H1.HeaderClassName
{
color: #B64404;
}
.AnyTagClassName
{
color: #B64404;
}
</style>
background-color css
<style>
a { background-color: #B64404; }
a { background-color: rgb(182,68,4); }
div.DivClassName
{
background-color: #B64404;
}
.BgClassName
{
background-color: #B64404;
}
</style>
border-color css
<style>
span { border-color: #B64404; }
span { border-color: rgb(182,68,4); }
td.TdClassName
{
border-color: #B64404;
}
.TagClassName
{
border-color: #B64404;
}
</style>