Shades of Rust #A32F00
Tints of Rust #A32F00
RGB
CMYK
RGB Variations
Color information
#A32F00 (or 0xA32F00) is known color: Rust. HEX triplet: A3, 2F and 00. RGB value is (163,47,0). Sum of RGB (Red+Green+Blue) = 163+47+0=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F00 is #5CD0FF. Grayscale: #4C4C4C. Windows color (decimal): -6082816 or 12195. OLE color: 12195.
HSL color Cylindrical-coordinate representation of color #A32F00: hue angle of 17.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A32F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.36 |
| HSL | 17.3º | 1% | 0.32% | - |
| HSV(B) | 17.3º | 1% | 0.64% | - |
| XYZ | 16.12 | 9.82 | 1.05 | - |
| YUV | 76.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 0 | 0 | 0.71 | 1 | 0.36 | 17.3 | 1 | 0.32 |
| Hex | A3 | 2F | 0 | 0 | 47 | 64 | 24 | 11 | 64 | 20 |
| Octal | 243 | 57 | 0 | 0 | 107 | 144 | 44 | 21 | 144 | 40 |
| Binary | 10100011 | 101111 | 0 | 0 | 1000111 | 1100100 | 100100 | 10001 | 1100100 | 100000 |
Color Harmonies of #A32F00
Complementary color
Monochromatic Colors of #A32F00
Black with #A32F00
Text Example
Text Example
White with #A32F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F00; }
p { color: rgb(163,47,0); }
H1.HeaderClassName
{
color: #A32F00;
}
.AnyTagClassName
{
color: #A32F00;
}
</style>
background-color css
<style>
a { background-color: #A32F00; }
a { background-color: rgb(163,47,0); }
div.DivClassName
{
background-color: #A32F00;
}
.BgClassName
{
background-color: #A32F00;
}
</style>
border-color css
<style>
span { border-color: #A32F00; }
span { border-color: rgb(163,47,0); }
td.TdClassName
{
border-color: #A32F00;
}
.TagClassName
{
border-color: #A32F00;
}
</style>