Shades of Rust #A02504
Tints of Rust #A02504
RGB
CMYK
RGB Variations
Color information
#A02504 (or 0xA02504) is known color: Rust. HEX triplet: A0, 25 and 04. RGB value is (160,37,4). Sum of RGB (Red+Green+Blue) = 160+37+4=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02504 is #5FDAFB. Grayscale: #464646. Windows color (decimal): -6281980 or 271776. OLE color: 271776.
HSL color Cylindrical-coordinate representation of color #A02504: hue angle of 12.69º 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 #A02504 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.37 |
| HSL | 12.69º | 0.95% | 0.32% | - |
| HSV(B) | 12.69º | 0.98% | 0.63% | - |
| XYZ | 15.18 | 8.81 | 1.01 | - |
| YUV | 70.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 4 | 0 | 0.77 | 0.98 | 0.37 | 12.69 | 0.95 | 0.32 |
| Hex | A0 | 25 | 4 | 0 | 4D | 62 | 25 | D | 5F | 20 |
| Octal | 240 | 45 | 4 | 0 | 115 | 142 | 45 | 15 | 137 | 40 |
| Binary | 10100000 | 100101 | 100 | 0 | 1001101 | 1100010 | 100101 | 1101 | 1011111 | 100000 |
Color Harmonies of #A02504
Complementary color
Monochromatic Colors of #A02504
Black with #A02504
Text Example
Text Example
White with #A02504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02504; }
p { color: rgb(160,37,4); }
H1.HeaderClassName
{
color: #A02504;
}
.AnyTagClassName
{
color: #A02504;
}
</style>
background-color css
<style>
a { background-color: #A02504; }
a { background-color: rgb(160,37,4); }
div.DivClassName
{
background-color: #A02504;
}
.BgClassName
{
background-color: #A02504;
}
</style>
border-color css
<style>
span { border-color: #A02504; }
span { border-color: rgb(160,37,4); }
td.TdClassName
{
border-color: #A02504;
}
.TagClassName
{
border-color: #A02504;
}
</style>