Shades of Rust #A22300
Tints of Rust #A22300
RGB
CMYK
RGB Variations
Color information
#A22300 (or 0xA22300) is known color: Rust. HEX triplet: A2, 23 and 00. RGB value is (162,35,0). Sum of RGB (Red+Green+Blue) = 162+35+0=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A22300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22300 is #5DDCFF. Grayscale: #454545. Windows color (decimal): -6151424 or 9122. OLE color: 9122.
HSL color Cylindrical-coordinate representation of color #A22300: hue angle of 12.96º 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 #A22300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.36 |
| HSL | 12.96º | 1% | 0.32% | - |
| HSV(B) | 12.96º | 1% | 0.64% | - |
| XYZ | 15.5 | 8.88 | 0.9 | - |
| YUV | 68.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 0 | 0 | 0.78 | 1 | 0.36 | 12.96 | 1 | 0.32 |
| Hex | A2 | 23 | 0 | 0 | 4E | 64 | 24 | D | 64 | 20 |
| Octal | 242 | 43 | 0 | 0 | 116 | 144 | 44 | 15 | 144 | 40 |
| Binary | 10100010 | 100011 | 0 | 0 | 1001110 | 1100100 | 100100 | 1101 | 1100100 | 100000 |
Color Harmonies of #A22300
Complementary color
Monochromatic Colors of #A22300
Black with #A22300
Text Example
Text Example
White with #A22300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22300; }
p { color: rgb(162,35,0); }
H1.HeaderClassName
{
color: #A22300;
}
.AnyTagClassName
{
color: #A22300;
}
</style>
background-color css
<style>
a { background-color: #A22300; }
a { background-color: rgb(162,35,0); }
div.DivClassName
{
background-color: #A22300;
}
.BgClassName
{
background-color: #A22300;
}
</style>
border-color css
<style>
span { border-color: #A22300; }
span { border-color: rgb(162,35,0); }
td.TdClassName
{
border-color: #A22300;
}
.TagClassName
{
border-color: #A22300;
}
</style>