Shades of Rust #A02804
Tints of Rust #A02804
RGB
CMYK
RGB Variations
Color information
#A02804 (or 0xA02804) is known color: Rust. HEX triplet: A0, 28 and 04. RGB value is (160,40,4). Sum of RGB (Red+Green+Blue) = 160+40+4=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02804 is #5FD7FB. Grayscale: #484848. Windows color (decimal): -6281212 or 272544. OLE color: 272544.
HSL color Cylindrical-coordinate representation of color #A02804: hue angle of 13.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A02804 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.37 |
| HSL | 13.85º | 0.95% | 0.32% | - |
| HSV(B) | 13.85º | 0.98% | 0.63% | - |
| XYZ | 15.28 | 9 | 1.05 | - |
| YUV | 71.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 4 | 0 | 0.75 | 0.98 | 0.37 | 13.85 | 0.95 | 0.32 |
| Hex | A0 | 28 | 4 | 0 | 4B | 62 | 25 | E | 5F | 20 |
| Octal | 240 | 50 | 4 | 0 | 113 | 142 | 45 | 16 | 137 | 40 |
| Binary | 10100000 | 101000 | 100 | 0 | 1001011 | 1100010 | 100101 | 1110 | 1011111 | 100000 |
Color Harmonies of #A02804
Complementary color
Monochromatic Colors of #A02804
Black with #A02804
Text Example
Text Example
White with #A02804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02804; }
p { color: rgb(160,40,4); }
H1.HeaderClassName
{
color: #A02804;
}
.AnyTagClassName
{
color: #A02804;
}
</style>
background-color css
<style>
a { background-color: #A02804; }
a { background-color: rgb(160,40,4); }
div.DivClassName
{
background-color: #A02804;
}
.BgClassName
{
background-color: #A02804;
}
</style>
border-color css
<style>
span { border-color: #A02804; }
span { border-color: rgb(160,40,4); }
td.TdClassName
{
border-color: #A02804;
}
.TagClassName
{
border-color: #A02804;
}
</style>