Shades of Rust #A32C0D
Tints of Rust #A32C0D
RGB
CMYK
RGB Variations
Color information
#A32C0D (or 0xA32C0D) is known color: Rust. HEX triplet: A3, 2C and 0D. RGB value is (163,44,13). Sum of RGB (Red+Green+Blue) = 163+44+13=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C0D is #5CD3F2. Grayscale: #4C4C4C. Windows color (decimal): -6083571 or 863395. OLE color: 863395.
HSL color Cylindrical-coordinate representation of color #A32C0D: hue angle of 12.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A32C0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.36 |
| HSL | 12.4º | 0.85% | 0.35% | - |
| HSV(B) | 12.4º | 0.92% | 0.64% | - |
| XYZ | 16.08 | 9.62 | 1.39 | - |
| YUV | 76.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 13 | 0 | 0.73 | 0.92 | 0.36 | 12.4 | 0.85 | 0.35 |
| Hex | A3 | 2C | D | 0 | 49 | 5C | 24 | C | 55 | 23 |
| Octal | 243 | 54 | 15 | 0 | 111 | 134 | 44 | 14 | 125 | 43 |
| Binary | 10100011 | 101100 | 1101 | 0 | 1001001 | 1011100 | 100100 | 1100 | 1010101 | 100011 |
Color Harmonies of #A32C0D
Complementary color
Monochromatic Colors of #A32C0D
Black with #A32C0D
Text Example
Text Example
White with #A32C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C0D; }
p { color: rgb(163,44,13); }
H1.HeaderClassName
{
color: #A32C0D;
}
.AnyTagClassName
{
color: #A32C0D;
}
</style>
background-color css
<style>
a { background-color: #A32C0D; }
a { background-color: rgb(163,44,13); }
div.DivClassName
{
background-color: #A32C0D;
}
.BgClassName
{
background-color: #A32C0D;
}
</style>
border-color css
<style>
span { border-color: #A32C0D; }
span { border-color: rgb(163,44,13); }
td.TdClassName
{
border-color: #A32C0D;
}
.TagClassName
{
border-color: #A32C0D;
}
</style>