Shades of Rust #A52A05
Tints of Rust #A52A05
RGB
CMYK
RGB Variations
Color information
#A52A05 (or 0xA52A05) is known color: Rust. HEX triplet: A5, 2A and 05. RGB value is (165,42,5). Sum of RGB (Red+Green+Blue) = 165+42+5=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A05 is #5AD5FA. Grayscale: #4A4A4A. Windows color (decimal): -5953019 or 338597. OLE color: 338597.
HSL color Cylindrical-coordinate representation of color #A52A05: hue angle of 13.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A52A05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.35 |
| HSL | 13.88º | 0.94% | 0.33% | - |
| HSV(B) | 13.88º | 0.97% | 0.65% | - |
| XYZ | 16.37 | 9.67 | 1.15 | - |
| YUV | 74.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 5 | 0 | 0.75 | 0.97 | 0.35 | 13.88 | 0.94 | 0.33 |
| Hex | A5 | 2A | 5 | 0 | 4B | 61 | 23 | E | 5E | 21 |
| Octal | 245 | 52 | 5 | 0 | 113 | 141 | 43 | 16 | 136 | 41 |
| Binary | 10100101 | 101010 | 101 | 0 | 1001011 | 1100001 | 100011 | 1110 | 1011110 | 100001 |
Color Harmonies of #A52A05
Complementary color
Monochromatic Colors of #A52A05
Black with #A52A05
Text Example
Text Example
White with #A52A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A05; }
p { color: rgb(165,42,5); }
H1.HeaderClassName
{
color: #A52A05;
}
.AnyTagClassName
{
color: #A52A05;
}
</style>
background-color css
<style>
a { background-color: #A52A05; }
a { background-color: rgb(165,42,5); }
div.DivClassName
{
background-color: #A52A05;
}
.BgClassName
{
background-color: #A52A05;
}
</style>
border-color css
<style>
span { border-color: #A52A05; }
span { border-color: rgb(165,42,5); }
td.TdClassName
{
border-color: #A52A05;
}
.TagClassName
{
border-color: #A52A05;
}
</style>