Shades of Rust #A02F02
Tints of Rust #A02F02
RGB
CMYK
RGB Variations
Color information
#A02F02 (or 0xA02F02) is known color: Rust. HEX triplet: A0, 2F and 02. RGB value is (160,47,2). Sum of RGB (Red+Green+Blue) = 160+47+2=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F02 is #5FD0FD. Grayscale: #4B4B4B. Windows color (decimal): -6279422 or 143264. OLE color: 143264.
HSL color Cylindrical-coordinate representation of color #A02F02: hue angle of 17.09º degrees, saturation: 0.98, 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 #A02F02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.37 |
| HSL | 17.09º | 0.98% | 0.32% | - |
| HSV(B) | 17.09º | 0.99% | 0.63% | - |
| XYZ | 15.52 | 9.51 | 1.07 | - |
| YUV | 75.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 2 | 0 | 0.71 | 0.99 | 0.37 | 17.09 | 0.98 | 0.32 |
| Hex | A0 | 2F | 2 | 0 | 47 | 63 | 25 | 11 | 62 | 20 |
| Octal | 240 | 57 | 2 | 0 | 107 | 143 | 45 | 21 | 142 | 40 |
| Binary | 10100000 | 101111 | 10 | 0 | 1000111 | 1100011 | 100101 | 10001 | 1100010 | 100000 |
Color Harmonies of #A02F02
Complementary color
Monochromatic Colors of #A02F02
Black with #A02F02
Text Example
Text Example
White with #A02F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F02; }
p { color: rgb(160,47,2); }
H1.HeaderClassName
{
color: #A02F02;
}
.AnyTagClassName
{
color: #A02F02;
}
</style>
background-color css
<style>
a { background-color: #A02F02; }
a { background-color: rgb(160,47,2); }
div.DivClassName
{
background-color: #A02F02;
}
.BgClassName
{
background-color: #A02F02;
}
</style>
border-color css
<style>
span { border-color: #A02F02; }
span { border-color: rgb(160,47,2); }
td.TdClassName
{
border-color: #A02F02;
}
.TagClassName
{
border-color: #A02F02;
}
</style>