Shades of Rust #A02F01
Tints of Rust #A02F01
RGB
CMYK
RGB Variations
Color information
#A02F01 (or 0xA02F01) is known color: Rust. HEX triplet: A0, 2F and 01. RGB value is (160,47,1). Sum of RGB (Red+Green+Blue) = 160+47+1=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F01 is #5FD0FE. Grayscale: #4B4B4B. Windows color (decimal): -6279423 or 77728. OLE color: 77728.
HSL color Cylindrical-coordinate representation of color #A02F01: hue angle of 17.36º 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 #A02F01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.37 |
| HSL | 17.36º | 0.99% | 0.32% | - |
| HSV(B) | 17.36º | 0.99% | 0.63% | - |
| XYZ | 15.52 | 9.51 | 1.05 | - |
| YUV | 75.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 1 | 0 | 0.71 | 0.99 | 0.37 | 17.36 | 0.99 | 0.32 |
| Hex | A0 | 2F | 1 | 0 | 47 | 63 | 25 | 11 | 63 | 20 |
| Octal | 240 | 57 | 1 | 0 | 107 | 143 | 45 | 21 | 143 | 40 |
| Binary | 10100000 | 101111 | 1 | 0 | 1000111 | 1100011 | 100101 | 10001 | 1100011 | 100000 |
Color Harmonies of #A02F01
Complementary color
Monochromatic Colors of #A02F01
Black with #A02F01
Text Example
Text Example
White with #A02F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F01; }
p { color: rgb(160,47,1); }
H1.HeaderClassName
{
color: #A02F01;
}
.AnyTagClassName
{
color: #A02F01;
}
</style>
background-color css
<style>
a { background-color: #A02F01; }
a { background-color: rgb(160,47,1); }
div.DivClassName
{
background-color: #A02F01;
}
.BgClassName
{
background-color: #A02F01;
}
</style>
border-color css
<style>
span { border-color: #A02F01; }
span { border-color: rgb(160,47,1); }
td.TdClassName
{
border-color: #A02F01;
}
.TagClassName
{
border-color: #A02F01;
}
</style>