Shades of Rust #A82404
Tints of Rust #A82404
RGB
CMYK
RGB Variations
Color information
#A82404 (or 0xA82404) is known color: Rust. HEX triplet: A8, 24 and 04. RGB value is (168,36,4). Sum of RGB (Red+Green+Blue) = 168+36+4=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A82404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82404 is #57DBFB. Grayscale: #484848. Windows color (decimal): -5757948 or 271528. OLE color: 271528.
HSL color Cylindrical-coordinate representation of color #A82404: hue angle of 11.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.34 |
| HSL | 11.71º | 0.95% | 0.34% | - |
| HSV(B) | 11.71º | 0.98% | 0.66% | - |
| XYZ | 16.8 | 9.6 | 1.08 | - |
| YUV | 71.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 4 | 0 | 0.79 | 0.98 | 0.34 | 11.71 | 0.95 | 0.34 |
| Hex | A8 | 24 | 4 | 0 | 4F | 62 | 22 | C | 5F | 22 |
| Octal | 250 | 44 | 4 | 0 | 117 | 142 | 42 | 14 | 137 | 42 |
| Binary | 10101000 | 100100 | 100 | 0 | 1001111 | 1100010 | 100010 | 1100 | 1011111 | 100010 |
Color Harmonies of #A82404
Complementary color
Monochromatic Colors of #A82404
Black with #A82404
Text Example
Text Example
White with #A82404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82404; }
p { color: rgb(168,36,4); }
H1.HeaderClassName
{
color: #A82404;
}
.AnyTagClassName
{
color: #A82404;
}
</style>
background-color css
<style>
a { background-color: #A82404; }
a { background-color: rgb(168,36,4); }
div.DivClassName
{
background-color: #A82404;
}
.BgClassName
{
background-color: #A82404;
}
</style>
border-color css
<style>
span { border-color: #A82404; }
span { border-color: rgb(168,36,4); }
td.TdClassName
{
border-color: #A82404;
}
.TagClassName
{
border-color: #A82404;
}
</style>