Shades of Rust #A32F05
Tints of Rust #A32F05
RGB
CMYK
RGB Variations
Color information
#A32F05 (or 0xA32F05) is known color: Rust. HEX triplet: A3, 2F and 05. RGB value is (163,47,5). Sum of RGB (Red+Green+Blue) = 163+47+5=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F05 is #5CD0FA. Grayscale: #4D4D4D. Windows color (decimal): -6082811 or 339875. OLE color: 339875.
HSL color Cylindrical-coordinate representation of color #A32F05: hue angle of 15.95º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A32F05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.36 |
| HSL | 15.95º | 0.94% | 0.33% | - |
| HSV(B) | 15.95º | 0.97% | 0.64% | - |
| XYZ | 16.15 | 9.83 | 1.19 | - |
| YUV | 76.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 5 | 0 | 0.71 | 0.97 | 0.36 | 15.95 | 0.94 | 0.33 |
| Hex | A3 | 2F | 5 | 0 | 47 | 61 | 24 | 10 | 5E | 21 |
| Octal | 243 | 57 | 5 | 0 | 107 | 141 | 44 | 20 | 136 | 41 |
| Binary | 10100011 | 101111 | 101 | 0 | 1000111 | 1100001 | 100100 | 10000 | 1011110 | 100001 |
Color Harmonies of #A32F05
Complementary color
Monochromatic Colors of #A32F05
Black with #A32F05
Text Example
Text Example
White with #A32F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F05; }
p { color: rgb(163,47,5); }
H1.HeaderClassName
{
color: #A32F05;
}
.AnyTagClassName
{
color: #A32F05;
}
</style>
background-color css
<style>
a { background-color: #A32F05; }
a { background-color: rgb(163,47,5); }
div.DivClassName
{
background-color: #A32F05;
}
.BgClassName
{
background-color: #A32F05;
}
</style>
border-color css
<style>
span { border-color: #A32F05; }
span { border-color: rgb(163,47,5); }
td.TdClassName
{
border-color: #A32F05;
}
.TagClassName
{
border-color: #A32F05;
}
</style>