Shades of Rust #A32505
Tints of Rust #A32505
RGB
CMYK
RGB Variations
Color information
#A32505 (or 0xA32505) is known color: Rust. HEX triplet: A3, 25 and 05. RGB value is (163,37,5). Sum of RGB (Red+Green+Blue) = 163+37+5=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32505 is #5CDAFA. Grayscale: #474747. Windows color (decimal): -6085371 or 337315. OLE color: 337315.
HSL color Cylindrical-coordinate representation of color #A32505: hue angle of 12.15º 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 #A32505 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.36 |
| HSL | 12.15º | 0.94% | 0.33% | - |
| HSV(B) | 12.15º | 0.97% | 0.64% | - |
| XYZ | 15.79 | 9.12 | 1.07 | - |
| YUV | 71.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 5 | 0 | 0.77 | 0.97 | 0.36 | 12.15 | 0.94 | 0.33 |
| Hex | A3 | 25 | 5 | 0 | 4D | 61 | 24 | C | 5E | 21 |
| Octal | 243 | 45 | 5 | 0 | 115 | 141 | 44 | 14 | 136 | 41 |
| Binary | 10100011 | 100101 | 101 | 0 | 1001101 | 1100001 | 100100 | 1100 | 1011110 | 100001 |
Color Harmonies of #A32505
Complementary color
Monochromatic Colors of #A32505
Black with #A32505
Text Example
Text Example
White with #A32505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32505; }
p { color: rgb(163,37,5); }
H1.HeaderClassName
{
color: #A32505;
}
.AnyTagClassName
{
color: #A32505;
}
</style>
background-color css
<style>
a { background-color: #A32505; }
a { background-color: rgb(163,37,5); }
div.DivClassName
{
background-color: #A32505;
}
.BgClassName
{
background-color: #A32505;
}
</style>
border-color css
<style>
span { border-color: #A32505; }
span { border-color: rgb(163,37,5); }
td.TdClassName
{
border-color: #A32505;
}
.TagClassName
{
border-color: #A32505;
}
</style>