Shades of Rust #A02D04
Tints of Rust #A02D04
RGB
CMYK
RGB Variations
Color information
#A02D04 (or 0xA02D04) is known color: Rust. HEX triplet: A0, 2D and 04. RGB value is (160,45,4). Sum of RGB (Red+Green+Blue) = 160+45+4=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D04 is #5FD2FB. Grayscale: #4A4A4A. Windows color (decimal): -6279932 or 273824. OLE color: 273824.
HSL color Cylindrical-coordinate representation of color #A02D04: hue angle of 15.77º 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 #A02D04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.37 |
| HSL | 15.77º | 0.95% | 0.32% | - |
| HSV(B) | 15.77º | 0.98% | 0.63% | - |
| XYZ | 15.46 | 9.36 | 1.11 | - |
| YUV | 74.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 4 | 0 | 0.72 | 0.98 | 0.37 | 15.77 | 0.95 | 0.32 |
| Hex | A0 | 2D | 4 | 0 | 48 | 62 | 25 | 10 | 5F | 20 |
| Octal | 240 | 55 | 4 | 0 | 110 | 142 | 45 | 20 | 137 | 40 |
| Binary | 10100000 | 101101 | 100 | 0 | 1001000 | 1100010 | 100101 | 10000 | 1011111 | 100000 |
Color Harmonies of #A02D04
Complementary color
Monochromatic Colors of #A02D04
Black with #A02D04
Text Example
Text Example
White with #A02D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D04; }
p { color: rgb(160,45,4); }
H1.HeaderClassName
{
color: #A02D04;
}
.AnyTagClassName
{
color: #A02D04;
}
</style>
background-color css
<style>
a { background-color: #A02D04; }
a { background-color: rgb(160,45,4); }
div.DivClassName
{
background-color: #A02D04;
}
.BgClassName
{
background-color: #A02D04;
}
</style>
border-color css
<style>
span { border-color: #A02D04; }
span { border-color: rgb(160,45,4); }
td.TdClassName
{
border-color: #A02D04;
}
.TagClassName
{
border-color: #A02D04;
}
</style>