Shades of Rust #A32F0E
Tints of Rust #A32F0E
RGB
CMYK
RGB Variations
Color information
#A32F0E (or 0xA32F0E) is known color: Rust. HEX triplet: A3, 2F and 0E. RGB value is (163,47,14). Sum of RGB (Red+Green+Blue) = 163+47+14=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F0E is #5CD0F1. Grayscale: #4E4E4E. Windows color (decimal): -6082802 or 929699. OLE color: 929699.
HSL color Cylindrical-coordinate representation of color #A32F0E: hue angle of 13.29º 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 #A32F0E is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 14 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.36 |
| HSL | 13.29º | 0.84% | 0.35% | - |
| HSV(B) | 13.29º | 0.91% | 0.64% | - |
| XYZ | 16.2 | 9.85 | 1.46 | - |
| YUV | 77.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 14 | 0 | 0.71 | 0.91 | 0.36 | 13.29 | 0.84 | 0.35 |
| Hex | A3 | 2F | E | 0 | 47 | 5B | 24 | D | 54 | 23 |
| Octal | 243 | 57 | 16 | 0 | 107 | 133 | 44 | 15 | 124 | 43 |
| Binary | 10100011 | 101111 | 1110 | 0 | 1000111 | 1011011 | 100100 | 1101 | 1010100 | 100011 |
Color Harmonies of #A32F0E
Complementary color
Monochromatic Colors of #A32F0E
Black with #A32F0E
Text Example
Text Example
White with #A32F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F0E; }
p { color: rgb(163,47,14); }
H1.HeaderClassName
{
color: #A32F0E;
}
.AnyTagClassName
{
color: #A32F0E;
}
</style>
background-color css
<style>
a { background-color: #A32F0E; }
a { background-color: rgb(163,47,14); }
div.DivClassName
{
background-color: #A32F0E;
}
.BgClassName
{
background-color: #A32F0E;
}
</style>
border-color css
<style>
span { border-color: #A32F0E; }
span { border-color: rgb(163,47,14); }
td.TdClassName
{
border-color: #A32F0E;
}
.TagClassName
{
border-color: #A32F0E;
}
</style>