Shades of Rust #A22C03
Tints of Rust #A22C03
RGB
CMYK
RGB Variations
Color information
#A22C03 (or 0xA22C03) is known color: Rust. HEX triplet: A2, 2C and 03. RGB value is (162,44,3). Sum of RGB (Red+Green+Blue) = 162+44+3=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C03 is #5DD3FC. Grayscale: #4A4A4A. Windows color (decimal): -6149117 or 208034. OLE color: 208034.
HSL color Cylindrical-coordinate representation of color #A22C03: hue angle of 15.47º 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 #A22C03 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.36 |
| HSL | 15.47º | 0.96% | 0.32% | - |
| HSV(B) | 15.47º | 0.98% | 0.64% | - |
| XYZ | 15.82 | 9.49 | 1.08 | - |
| YUV | 74.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 3 | 0 | 0.73 | 0.98 | 0.36 | 15.47 | 0.96 | 0.32 |
| Hex | A2 | 2C | 3 | 0 | 49 | 62 | 24 | F | 60 | 20 |
| Octal | 242 | 54 | 3 | 0 | 111 | 142 | 44 | 17 | 140 | 40 |
| Binary | 10100010 | 101100 | 11 | 0 | 1001001 | 1100010 | 100100 | 1111 | 1100000 | 100000 |
Color Harmonies of #A22C03
Complementary color
Monochromatic Colors of #A22C03
Black with #A22C03
Text Example
Text Example
White with #A22C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C03; }
p { color: rgb(162,44,3); }
H1.HeaderClassName
{
color: #A22C03;
}
.AnyTagClassName
{
color: #A22C03;
}
</style>
background-color css
<style>
a { background-color: #A22C03; }
a { background-color: rgb(162,44,3); }
div.DivClassName
{
background-color: #A22C03;
}
.BgClassName
{
background-color: #A22C03;
}
</style>
border-color css
<style>
span { border-color: #A22C03; }
span { border-color: rgb(162,44,3); }
td.TdClassName
{
border-color: #A22C03;
}
.TagClassName
{
border-color: #A22C03;
}
</style>