Shades of Rust #A22D08
Tints of Rust #A22D08
RGB
CMYK
RGB Variations
Color information
#A22D08 (or 0xA22D08) is known color: Rust. HEX triplet: A2, 2D and 08. RGB value is (162,45,8). Sum of RGB (Red+Green+Blue) = 162+45+8=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22D08 is #5DD2F7. Grayscale: #4C4C4C. Windows color (decimal): -6148856 or 535970. OLE color: 535970.
HSL color Cylindrical-coordinate representation of color #A22D08: hue angle of 14.42º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A22D08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 8 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.36 |
| HSL | 14.42º | 0.91% | 0.33% | - |
| HSV(B) | 14.42º | 0.95% | 0.64% | - |
| XYZ | 15.88 | 9.58 | 1.24 | - |
| YUV | 75.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 8 | 0 | 0.72 | 0.95 | 0.36 | 14.42 | 0.91 | 0.33 |
| Hex | A2 | 2D | 8 | 0 | 48 | 5F | 24 | E | 5B | 21 |
| Octal | 242 | 55 | 10 | 0 | 110 | 137 | 44 | 16 | 133 | 41 |
| Binary | 10100010 | 101101 | 1000 | 0 | 1001000 | 1011111 | 100100 | 1110 | 1011011 | 100001 |
Color Harmonies of #A22D08
Complementary color
Monochromatic Colors of #A22D08
Black with #A22D08
Text Example
Text Example
White with #A22D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D08; }
p { color: rgb(162,45,8); }
H1.HeaderClassName
{
color: #A22D08;
}
.AnyTagClassName
{
color: #A22D08;
}
</style>
background-color css
<style>
a { background-color: #A22D08; }
a { background-color: rgb(162,45,8); }
div.DivClassName
{
background-color: #A22D08;
}
.BgClassName
{
background-color: #A22D08;
}
</style>
border-color css
<style>
span { border-color: #A22D08; }
span { border-color: rgb(162,45,8); }
td.TdClassName
{
border-color: #A22D08;
}
.TagClassName
{
border-color: #A22D08;
}
</style>