Shades of Rust #A22501
Tints of Rust #A22501
RGB
CMYK
RGB Variations
Color information
#A22501 (or 0xA22501) is known color: Rust. HEX triplet: A2, 25 and 01. RGB value is (162,37,1). Sum of RGB (Red+Green+Blue) = 162+37+1=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A22501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22501 is #5DDAFE. Grayscale: #464646. Windows color (decimal): -6150911 or 75170. OLE color: 75170.
HSL color Cylindrical-coordinate representation of color #A22501: hue angle of 13.42º 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 #A22501 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.36 |
| HSL | 13.42º | 0.99% | 0.32% | - |
| HSV(B) | 13.42º | 0.99% | 0.64% | - |
| XYZ | 15.57 | 9.01 | 0.95 | - |
| YUV | 70.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 1 | 0 | 0.77 | 0.99 | 0.36 | 13.42 | 0.99 | 0.32 |
| Hex | A2 | 25 | 1 | 0 | 4D | 63 | 24 | D | 63 | 20 |
| Octal | 242 | 45 | 1 | 0 | 115 | 143 | 44 | 15 | 143 | 40 |
| Binary | 10100010 | 100101 | 1 | 0 | 1001101 | 1100011 | 100100 | 1101 | 1100011 | 100000 |
Color Harmonies of #A22501
Complementary color
Monochromatic Colors of #A22501
Black with #A22501
Text Example
Text Example
White with #A22501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22501; }
p { color: rgb(162,37,1); }
H1.HeaderClassName
{
color: #A22501;
}
.AnyTagClassName
{
color: #A22501;
}
</style>
background-color css
<style>
a { background-color: #A22501; }
a { background-color: rgb(162,37,1); }
div.DivClassName
{
background-color: #A22501;
}
.BgClassName
{
background-color: #A22501;
}
</style>
border-color css
<style>
span { border-color: #A22501; }
span { border-color: rgb(162,37,1); }
td.TdClassName
{
border-color: #A22501;
}
.TagClassName
{
border-color: #A22501;
}
</style>