Shades of Rust #A52A04
Tints of Rust #A52A04
RGB
CMYK
RGB Variations
Color information
#A52A04 (or 0xA52A04) is known color: Rust. HEX triplet: A5, 2A and 04. RGB value is (165,42,4). Sum of RGB (Red+Green+Blue) = 165+42+4=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A04 is #5AD5FB. Grayscale: #4A4A4A. Windows color (decimal): -5953020 or 273061. OLE color: 273061.
HSL color Cylindrical-coordinate representation of color #A52A04: hue angle of 14.16º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A52A04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.35 |
| HSL | 14.16º | 0.95% | 0.33% | - |
| HSV(B) | 14.16º | 0.98% | 0.65% | - |
| XYZ | 16.37 | 9.66 | 1.12 | - |
| YUV | 74.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 4 | 0 | 0.75 | 0.98 | 0.35 | 14.16 | 0.95 | 0.33 |
| Hex | A5 | 2A | 4 | 0 | 4B | 62 | 23 | E | 5F | 21 |
| Octal | 245 | 52 | 4 | 0 | 113 | 142 | 43 | 16 | 137 | 41 |
| Binary | 10100101 | 101010 | 100 | 0 | 1001011 | 1100010 | 100011 | 1110 | 1011111 | 100001 |
Color Harmonies of #A52A04
Complementary color
Monochromatic Colors of #A52A04
Black with #A52A04
Text Example
Text Example
White with #A52A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A04; }
p { color: rgb(165,42,4); }
H1.HeaderClassName
{
color: #A52A04;
}
.AnyTagClassName
{
color: #A52A04;
}
</style>
background-color css
<style>
a { background-color: #A52A04; }
a { background-color: rgb(165,42,4); }
div.DivClassName
{
background-color: #A52A04;
}
.BgClassName
{
background-color: #A52A04;
}
</style>
border-color css
<style>
span { border-color: #A52A04; }
span { border-color: rgb(165,42,4); }
td.TdClassName
{
border-color: #A52A04;
}
.TagClassName
{
border-color: #A52A04;
}
</style>