Shades of Rust #A22900
Tints of Rust #A22900
RGB
CMYK
RGB Variations
Color information
#A22900 (or 0xA22900) is known color: Rust. HEX triplet: A2, 29 and 00. RGB value is (162,41,0). Sum of RGB (Red+Green+Blue) = 162+41+0=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A22900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22900 is #5DD6FF. Grayscale: #484848. Windows color (decimal): -6149888 or 10658. OLE color: 10658.
HSL color Cylindrical-coordinate representation of color #A22900: hue angle of 15.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A22900 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.36 |
| HSL | 15.19º | 1% | 0.32% | - |
| HSV(B) | 15.19º | 1% | 0.64% | - |
| XYZ | 15.69 | 9.27 | 0.96 | - |
| YUV | 72.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 0 | 0 | 0.75 | 1 | 0.36 | 15.19 | 1 | 0.32 |
| Hex | A2 | 29 | 0 | 0 | 4B | 64 | 24 | F | 64 | 20 |
| Octal | 242 | 51 | 0 | 0 | 113 | 144 | 44 | 17 | 144 | 40 |
| Binary | 10100010 | 101001 | 0 | 0 | 1001011 | 1100100 | 100100 | 1111 | 1100100 | 100000 |
Color Harmonies of #A22900
Complementary color
Monochromatic Colors of #A22900
Black with #A22900
Text Example
Text Example
White with #A22900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22900; }
p { color: rgb(162,41,0); }
H1.HeaderClassName
{
color: #A22900;
}
.AnyTagClassName
{
color: #A22900;
}
</style>
background-color css
<style>
a { background-color: #A22900; }
a { background-color: rgb(162,41,0); }
div.DivClassName
{
background-color: #A22900;
}
.BgClassName
{
background-color: #A22900;
}
</style>
border-color css
<style>
span { border-color: #A22900; }
span { border-color: rgb(162,41,0); }
td.TdClassName
{
border-color: #A22900;
}
.TagClassName
{
border-color: #A22900;
}
</style>