Shades of Rust #A02A01
Tints of Rust #A02A01
RGB
CMYK
RGB Variations
Color information
#A02A01 (or 0xA02A01) is known color: Rust. HEX triplet: A0, 2A and 01. RGB value is (160,42,1). Sum of RGB (Red+Green+Blue) = 160+42+1=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A01 is #5FD5FE. Grayscale: #484848. Windows color (decimal): -6280703 or 76448. OLE color: 76448.
HSL color Cylindrical-coordinate representation of color #A02A01: hue angle of 15.47º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02A01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.37 |
| HSL | 15.47º | 0.99% | 0.32% | - |
| HSV(B) | 15.47º | 0.99% | 0.63% | - |
| XYZ | 15.33 | 9.13 | 0.98 | - |
| YUV | 72.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 1 | 0 | 0.74 | 0.99 | 0.37 | 15.47 | 0.99 | 0.32 |
| Hex | A0 | 2A | 1 | 0 | 4A | 63 | 25 | F | 63 | 20 |
| Octal | 240 | 52 | 1 | 0 | 112 | 143 | 45 | 17 | 143 | 40 |
| Binary | 10100000 | 101010 | 1 | 0 | 1001010 | 1100011 | 100101 | 1111 | 1100011 | 100000 |
Color Harmonies of #A02A01
Complementary color
Monochromatic Colors of #A02A01
Black with #A02A01
Text Example
Text Example
White with #A02A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A01; }
p { color: rgb(160,42,1); }
H1.HeaderClassName
{
color: #A02A01;
}
.AnyTagClassName
{
color: #A02A01;
}
</style>
background-color css
<style>
a { background-color: #A02A01; }
a { background-color: rgb(160,42,1); }
div.DivClassName
{
background-color: #A02A01;
}
.BgClassName
{
background-color: #A02A01;
}
</style>
border-color css
<style>
span { border-color: #A02A01; }
span { border-color: rgb(160,42,1); }
td.TdClassName
{
border-color: #A02A01;
}
.TagClassName
{
border-color: #A02A01;
}
</style>