Shades of Rust #A22502
Tints of Rust #A22502
RGB
CMYK
RGB Variations
Color information
#A22502 (or 0xA22502) is known color: Rust. HEX triplet: A2, 25 and 02. RGB value is (162,37,2). Sum of RGB (Red+Green+Blue) = 162+37+2=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A22502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22502 is #5DDAFD. Grayscale: #464646. Windows color (decimal): -6150910 or 140706. OLE color: 140706.
HSL color Cylindrical-coordinate representation of color #A22502: hue angle of 13.12º degrees, saturation: 0.98, 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 #A22502 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.36 |
| HSL | 13.13º | 0.98% | 0.32% | - |
| HSV(B) | 13.13º | 0.99% | 0.64% | - |
| XYZ | 15.57 | 9.01 | 0.98 | - |
| YUV | 70.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 2 | 0 | 0.77 | 0.99 | 0.36 | 13.13 | 0.98 | 0.32 |
| Hex | A2 | 25 | 2 | 0 | 4D | 63 | 24 | D | 62 | 20 |
| Octal | 242 | 45 | 2 | 0 | 115 | 143 | 44 | 15 | 142 | 40 |
| Binary | 10100010 | 100101 | 10 | 0 | 1001101 | 1100011 | 100100 | 1101 | 1100010 | 100000 |
Color Harmonies of #A22502
Complementary color
Monochromatic Colors of #A22502
Black with #A22502
Text Example
Text Example
White with #A22502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22502; }
p { color: rgb(162,37,2); }
H1.HeaderClassName
{
color: #A22502;
}
.AnyTagClassName
{
color: #A22502;
}
</style>
background-color css
<style>
a { background-color: #A22502; }
a { background-color: rgb(162,37,2); }
div.DivClassName
{
background-color: #A22502;
}
.BgClassName
{
background-color: #A22502;
}
</style>
border-color css
<style>
span { border-color: #A22502; }
span { border-color: rgb(162,37,2); }
td.TdClassName
{
border-color: #A22502;
}
.TagClassName
{
border-color: #A22502;
}
</style>