Shades of Rust #A22404
Tints of Rust #A22404
RGB
CMYK
RGB Variations
Color information
#A22404 (or 0xA22404) is known color: Rust. HEX triplet: A2, 24 and 04. RGB value is (162,36,4). Sum of RGB (Red+Green+Blue) = 162+36+4=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A22404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22404 is #5DDBFB. Grayscale: #464646. Windows color (decimal): -6151164 or 271522. OLE color: 271522.
HSL color Cylindrical-coordinate representation of color #A22404: hue angle of 12.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A22404 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.36 |
| HSL | 12.15º | 0.95% | 0.33% | - |
| HSV(B) | 12.15º | 0.98% | 0.64% | - |
| XYZ | 15.55 | 8.95 | 1.02 | - |
| YUV | 70.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 4 | 0 | 0.78 | 0.98 | 0.36 | 12.15 | 0.95 | 0.33 |
| Hex | A2 | 24 | 4 | 0 | 4E | 62 | 24 | C | 5F | 21 |
| Octal | 242 | 44 | 4 | 0 | 116 | 142 | 44 | 14 | 137 | 41 |
| Binary | 10100010 | 100100 | 100 | 0 | 1001110 | 1100010 | 100100 | 1100 | 1011111 | 100001 |
Color Harmonies of #A22404
Complementary color
Monochromatic Colors of #A22404
Black with #A22404
Text Example
Text Example
White with #A22404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22404; }
p { color: rgb(162,36,4); }
H1.HeaderClassName
{
color: #A22404;
}
.AnyTagClassName
{
color: #A22404;
}
</style>
background-color css
<style>
a { background-color: #A22404; }
a { background-color: rgb(162,36,4); }
div.DivClassName
{
background-color: #A22404;
}
.BgClassName
{
background-color: #A22404;
}
</style>
border-color css
<style>
span { border-color: #A22404; }
span { border-color: rgb(162,36,4); }
td.TdClassName
{
border-color: #A22404;
}
.TagClassName
{
border-color: #A22404;
}
</style>