Shades of Rust #A32C0E
Tints of Rust #A32C0E
RGB
CMYK
RGB Variations
Color information
#A32C0E (or 0xA32C0E) is known color: Rust. HEX triplet: A3, 2C and 0E. RGB value is (163,44,14). Sum of RGB (Red+Green+Blue) = 163+44+14=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C0E is #5CD3F1. Grayscale: #4C4C4C. Windows color (decimal): -6083570 or 928931. OLE color: 928931.
HSL color Cylindrical-coordinate representation of color #A32C0E: hue angle of 12.08º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A32C0E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 14 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.36 |
| HSL | 12.08º | 0.84% | 0.35% | - |
| HSV(B) | 12.08º | 0.91% | 0.64% | - |
| XYZ | 16.08 | 9.62 | 1.42 | - |
| YUV | 76.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 14 | 0 | 0.73 | 0.91 | 0.36 | 12.08 | 0.84 | 0.35 |
| Hex | A3 | 2C | E | 0 | 49 | 5B | 24 | C | 54 | 23 |
| Octal | 243 | 54 | 16 | 0 | 111 | 133 | 44 | 14 | 124 | 43 |
| Binary | 10100011 | 101100 | 1110 | 0 | 1001001 | 1011011 | 100100 | 1100 | 1010100 | 100011 |
Color Harmonies of #A32C0E
Complementary color
Monochromatic Colors of #A32C0E
Black with #A32C0E
Text Example
Text Example
White with #A32C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C0E; }
p { color: rgb(163,44,14); }
H1.HeaderClassName
{
color: #A32C0E;
}
.AnyTagClassName
{
color: #A32C0E;
}
</style>
background-color css
<style>
a { background-color: #A32C0E; }
a { background-color: rgb(163,44,14); }
div.DivClassName
{
background-color: #A32C0E;
}
.BgClassName
{
background-color: #A32C0E;
}
</style>
border-color css
<style>
span { border-color: #A32C0E; }
span { border-color: rgb(163,44,14); }
td.TdClassName
{
border-color: #A32C0E;
}
.TagClassName
{
border-color: #A32C0E;
}
</style>