Shades of Rust #A12D0D
Tints of Rust #A12D0D
RGB
CMYK
RGB Variations
Color information
#A12D0D (or 0xA12D0D) is known color: Rust. HEX triplet: A1, 2D and 0D. RGB value is (161,45,13). Sum of RGB (Red+Green+Blue) = 161+45+13=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D0D is #5ED2F2. Grayscale: #4C4C4C. Windows color (decimal): -6214387 or 863649. OLE color: 863649.
HSL color Cylindrical-coordinate representation of color #A12D0D: hue angle of 12.97º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A12D0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 13 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.37 |
| HSL | 12.97º | 0.85% | 0.34% | - |
| HSV(B) | 12.97º | 0.92% | 0.63% | - |
| XYZ | 15.71 | 9.48 | 1.38 | - |
| YUV | 76.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 13 | 0 | 0.72 | 0.92 | 0.37 | 12.97 | 0.85 | 0.34 |
| Hex | A1 | 2D | D | 0 | 48 | 5C | 25 | D | 55 | 22 |
| Octal | 241 | 55 | 15 | 0 | 110 | 134 | 45 | 15 | 125 | 42 |
| Binary | 10100001 | 101101 | 1101 | 0 | 1001000 | 1011100 | 100101 | 1101 | 1010101 | 100010 |
Color Harmonies of #A12D0D
Complementary color
Monochromatic Colors of #A12D0D
Black with #A12D0D
Text Example
Text Example
White with #A12D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D0D; }
p { color: rgb(161,45,13); }
H1.HeaderClassName
{
color: #A12D0D;
}
.AnyTagClassName
{
color: #A12D0D;
}
</style>
background-color css
<style>
a { background-color: #A12D0D; }
a { background-color: rgb(161,45,13); }
div.DivClassName
{
background-color: #A12D0D;
}
.BgClassName
{
background-color: #A12D0D;
}
</style>
border-color css
<style>
span { border-color: #A12D0D; }
span { border-color: rgb(161,45,13); }
td.TdClassName
{
border-color: #A12D0D;
}
.TagClassName
{
border-color: #A12D0D;
}
</style>