Shades of Rust #A12200
Tints of Rust #A12200
RGB
CMYK
RGB Variations
Color information
#A12200 (or 0xA12200) is known color: Rust. HEX triplet: A1, 22 and 00. RGB value is (161,34,0). Sum of RGB (Red+Green+Blue) = 161+34+0=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A12200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12200 is #5EDDFF. Grayscale: #444444. Windows color (decimal): -6217216 or 8865. OLE color: 8865.
HSL color Cylindrical-coordinate representation of color #A12200: hue angle of 12.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.37 |
| HSL | 12.67º | 1% | 0.32% | - |
| HSV(B) | 12.67º | 1% | 0.63% | - |
| XYZ | 15.27 | 8.72 | 0.88 | - |
| YUV | 68.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 0 | 0 | 0.79 | 1 | 0.37 | 12.67 | 1 | 0.32 |
| Hex | A1 | 22 | 0 | 0 | 4F | 64 | 25 | D | 64 | 20 |
| Octal | 241 | 42 | 0 | 0 | 117 | 144 | 45 | 15 | 144 | 40 |
| Binary | 10100001 | 100010 | 0 | 0 | 1001111 | 1100100 | 100101 | 1101 | 1100100 | 100000 |
Color Harmonies of #A12200
Complementary color
Monochromatic Colors of #A12200
Black with #A12200
Text Example
Text Example
White with #A12200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12200; }
p { color: rgb(161,34,0); }
H1.HeaderClassName
{
color: #A12200;
}
.AnyTagClassName
{
color: #A12200;
}
</style>
background-color css
<style>
a { background-color: #A12200; }
a { background-color: rgb(161,34,0); }
div.DivClassName
{
background-color: #A12200;
}
.BgClassName
{
background-color: #A12200;
}
</style>
border-color css
<style>
span { border-color: #A12200; }
span { border-color: rgb(161,34,0); }
td.TdClassName
{
border-color: #A12200;
}
.TagClassName
{
border-color: #A12200;
}
</style>