Shades of Rust #A22803
Tints of Rust #A22803
RGB
CMYK
RGB Variations
Color information
#A22803 (or 0xA22803) is known color: Rust. HEX triplet: A2, 28 and 03. RGB value is (162,40,3). Sum of RGB (Red+Green+Blue) = 162+40+3=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22803 is #5DD7FC. Grayscale: #484848. Windows color (decimal): -6150141 or 207010. OLE color: 207010.
HSL color Cylindrical-coordinate representation of color #A22803: hue angle of 13.96º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A22803 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.36 |
| HSL | 13.96º | 0.96% | 0.32% | - |
| HSV(B) | 13.96º | 0.98% | 0.64% | - |
| XYZ | 15.68 | 9.21 | 1.04 | - |
| YUV | 72.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 3 | 0 | 0.75 | 0.98 | 0.36 | 13.96 | 0.96 | 0.32 |
| Hex | A2 | 28 | 3 | 0 | 4B | 62 | 24 | E | 60 | 20 |
| Octal | 242 | 50 | 3 | 0 | 113 | 142 | 44 | 16 | 140 | 40 |
| Binary | 10100010 | 101000 | 11 | 0 | 1001011 | 1100010 | 100100 | 1110 | 1100000 | 100000 |
Color Harmonies of #A22803
Complementary color
Monochromatic Colors of #A22803
Black with #A22803
Text Example
Text Example
White with #A22803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22803; }
p { color: rgb(162,40,3); }
H1.HeaderClassName
{
color: #A22803;
}
.AnyTagClassName
{
color: #A22803;
}
</style>
background-color css
<style>
a { background-color: #A22803; }
a { background-color: rgb(162,40,3); }
div.DivClassName
{
background-color: #A22803;
}
.BgClassName
{
background-color: #A22803;
}
</style>
border-color css
<style>
span { border-color: #A22803; }
span { border-color: rgb(162,40,3); }
td.TdClassName
{
border-color: #A22803;
}
.TagClassName
{
border-color: #A22803;
}
</style>