Shades of Rust #A22801
Tints of Rust #A22801
RGB
CMYK
RGB Variations
Color information
#A22801 (or 0xA22801) is known color: Rust. HEX triplet: A2, 28 and 01. RGB value is (162,40,1). Sum of RGB (Red+Green+Blue) = 162+40+1=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A22801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22801 is #5DD7FE. Grayscale: #484848. Windows color (decimal): -6150143 or 75938. OLE color: 75938.
HSL color Cylindrical-coordinate representation of color #A22801: hue angle of 14.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A22801 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.36 |
| HSL | 14.53º | 0.99% | 0.32% | - |
| HSV(B) | 14.53º | 0.99% | 0.64% | - |
| XYZ | 15.66 | 9.2 | 0.98 | - |
| YUV | 72.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 1 | 0 | 0.75 | 0.99 | 0.36 | 14.53 | 0.99 | 0.32 |
| Hex | A2 | 28 | 1 | 0 | 4B | 63 | 24 | F | 63 | 20 |
| Octal | 242 | 50 | 1 | 0 | 113 | 143 | 44 | 17 | 143 | 40 |
| Binary | 10100010 | 101000 | 1 | 0 | 1001011 | 1100011 | 100100 | 1111 | 1100011 | 100000 |
Color Harmonies of #A22801
Complementary color
Monochromatic Colors of #A22801
Black with #A22801
Text Example
Text Example
White with #A22801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22801; }
p { color: rgb(162,40,1); }
H1.HeaderClassName
{
color: #A22801;
}
.AnyTagClassName
{
color: #A22801;
}
</style>
background-color css
<style>
a { background-color: #A22801; }
a { background-color: rgb(162,40,1); }
div.DivClassName
{
background-color: #A22801;
}
.BgClassName
{
background-color: #A22801;
}
</style>
border-color css
<style>
span { border-color: #A22801; }
span { border-color: rgb(162,40,1); }
td.TdClassName
{
border-color: #A22801;
}
.TagClassName
{
border-color: #A22801;
}
</style>