Shades of Rust #A12C02
Tints of Rust #A12C02
RGB
CMYK
RGB Variations
Color information
#A12C02 (or 0xA12C02) is known color: Rust. HEX triplet: A1, 2C and 02. RGB value is (161,44,2). Sum of RGB (Red+Green+Blue) = 161+44+2=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12C02 is #5ED3FD. Grayscale: #4A4A4A. Windows color (decimal): -6214654 or 142497. OLE color: 142497.
HSL color Cylindrical-coordinate representation of color #A12C02: hue angle of 15.85º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A12C02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.37 |
| HSL | 15.85º | 0.98% | 0.32% | - |
| HSV(B) | 15.85º | 0.99% | 0.63% | - |
| XYZ | 15.61 | 9.38 | 1.05 | - |
| YUV | 74.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 2 | 0 | 0.73 | 0.99 | 0.37 | 15.85 | 0.98 | 0.32 |
| Hex | A1 | 2C | 2 | 0 | 49 | 63 | 25 | 10 | 62 | 20 |
| Octal | 241 | 54 | 2 | 0 | 111 | 143 | 45 | 20 | 142 | 40 |
| Binary | 10100001 | 101100 | 10 | 0 | 1001001 | 1100011 | 100101 | 10000 | 1100010 | 100000 |
Color Harmonies of #A12C02
Complementary color
Monochromatic Colors of #A12C02
Black with #A12C02
Text Example
Text Example
White with #A12C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C02; }
p { color: rgb(161,44,2); }
H1.HeaderClassName
{
color: #A12C02;
}
.AnyTagClassName
{
color: #A12C02;
}
</style>
background-color css
<style>
a { background-color: #A12C02; }
a { background-color: rgb(161,44,2); }
div.DivClassName
{
background-color: #A12C02;
}
.BgClassName
{
background-color: #A12C02;
}
</style>
border-color css
<style>
span { border-color: #A12C02; }
span { border-color: rgb(161,44,2); }
td.TdClassName
{
border-color: #A12C02;
}
.TagClassName
{
border-color: #A12C02;
}
</style>