Shades of Rust #A32C0C
Tints of Rust #A32C0C
RGB
CMYK
RGB Variations
Color information
#A32C0C (or 0xA32C0C) is known color: Rust. HEX triplet: A3, 2C and 0C. RGB value is (163,44,12). Sum of RGB (Red+Green+Blue) = 163+44+12=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C0C is #5CD3F3. Grayscale: #4C4C4C. Windows color (decimal): -6083572 or 797859. OLE color: 797859.
HSL color Cylindrical-coordinate representation of color #A32C0C: hue angle of 12.72º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A32C0C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.36 |
| HSL | 12.72º | 0.86% | 0.34% | - |
| HSV(B) | 12.72º | 0.93% | 0.64% | - |
| XYZ | 16.07 | 9.61 | 1.36 | - |
| YUV | 75.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 12 | 0 | 0.73 | 0.93 | 0.36 | 12.72 | 0.86 | 0.34 |
| Hex | A3 | 2C | C | 0 | 49 | 5D | 24 | D | 56 | 22 |
| Octal | 243 | 54 | 14 | 0 | 111 | 135 | 44 | 15 | 126 | 42 |
| Binary | 10100011 | 101100 | 1100 | 0 | 1001001 | 1011101 | 100100 | 1101 | 1010110 | 100010 |
Color Harmonies of #A32C0C
Complementary color
Monochromatic Colors of #A32C0C
Black with #A32C0C
Text Example
Text Example
White with #A32C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C0C; }
p { color: rgb(163,44,12); }
H1.HeaderClassName
{
color: #A32C0C;
}
.AnyTagClassName
{
color: #A32C0C;
}
</style>
background-color css
<style>
a { background-color: #A32C0C; }
a { background-color: rgb(163,44,12); }
div.DivClassName
{
background-color: #A32C0C;
}
.BgClassName
{
background-color: #A32C0C;
}
</style>
border-color css
<style>
span { border-color: #A32C0C; }
span { border-color: rgb(163,44,12); }
td.TdClassName
{
border-color: #A32C0C;
}
.TagClassName
{
border-color: #A32C0C;
}
</style>