Shades of Rust #A22402
Tints of Rust #A22402
RGB
CMYK
RGB Variations
Color information
#A22402 (or 0xA22402) is known color: Rust. HEX triplet: A2, 24 and 02. RGB value is (162,36,2). Sum of RGB (Red+Green+Blue) = 162+36+2=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A22402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22402 is #5DDBFD. Grayscale: #464646. Windows color (decimal): -6151166 or 140450. OLE color: 140450.
HSL color Cylindrical-coordinate representation of color #A22402: hue angle of 12.75º 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 #A22402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.36 |
| HSL | 12.75º | 0.98% | 0.32% | - |
| HSV(B) | 12.75º | 0.99% | 0.64% | - |
| XYZ | 15.54 | 8.95 | 0.97 | - |
| YUV | 69.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 2 | 0 | 0.78 | 0.99 | 0.36 | 12.75 | 0.98 | 0.32 |
| Hex | A2 | 24 | 2 | 0 | 4E | 63 | 24 | D | 62 | 20 |
| Octal | 242 | 44 | 2 | 0 | 116 | 143 | 44 | 15 | 142 | 40 |
| Binary | 10100010 | 100100 | 10 | 0 | 1001110 | 1100011 | 100100 | 1101 | 1100010 | 100000 |
Color Harmonies of #A22402
Complementary color
Monochromatic Colors of #A22402
Black with #A22402
Text Example
Text Example
White with #A22402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22402; }
p { color: rgb(162,36,2); }
H1.HeaderClassName
{
color: #A22402;
}
.AnyTagClassName
{
color: #A22402;
}
</style>
background-color css
<style>
a { background-color: #A22402; }
a { background-color: rgb(162,36,2); }
div.DivClassName
{
background-color: #A22402;
}
.BgClassName
{
background-color: #A22402;
}
</style>
border-color css
<style>
span { border-color: #A22402; }
span { border-color: rgb(162,36,2); }
td.TdClassName
{
border-color: #A22402;
}
.TagClassName
{
border-color: #A22402;
}
</style>