Shades of Rust #A52C0A
Tints of Rust #A52C0A
RGB
CMYK
RGB Variations
Color information
#A52C0A (or 0xA52C0A) is known color: Rust. HEX triplet: A5, 2C and 0A. RGB value is (165,44,10). Sum of RGB (Red+Green+Blue) = 165+44+10=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C0A is #5AD3F5. Grayscale: #4C4C4C. Windows color (decimal): -5952502 or 666789. OLE color: 666789.
HSL color Cylindrical-coordinate representation of color #A52C0A: hue angle of 13.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A52C0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.35 |
| HSL | 13.16º | 0.89% | 0.34% | - |
| HSV(B) | 13.16º | 0.94% | 0.65% | - |
| XYZ | 16.47 | 9.82 | 1.31 | - |
| YUV | 76.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 10 | 0 | 0.73 | 0.94 | 0.35 | 13.16 | 0.89 | 0.34 |
| Hex | A5 | 2C | A | 0 | 49 | 5E | 23 | D | 59 | 22 |
| Octal | 245 | 54 | 12 | 0 | 111 | 136 | 43 | 15 | 131 | 42 |
| Binary | 10100101 | 101100 | 1010 | 0 | 1001001 | 1011110 | 100011 | 1101 | 1011001 | 100010 |
Color Harmonies of #A52C0A
Complementary color
Monochromatic Colors of #A52C0A
Black with #A52C0A
Text Example
Text Example
White with #A52C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C0A; }
p { color: rgb(165,44,10); }
H1.HeaderClassName
{
color: #A52C0A;
}
.AnyTagClassName
{
color: #A52C0A;
}
</style>
background-color css
<style>
a { background-color: #A52C0A; }
a { background-color: rgb(165,44,10); }
div.DivClassName
{
background-color: #A52C0A;
}
.BgClassName
{
background-color: #A52C0A;
}
</style>
border-color css
<style>
span { border-color: #A52C0A; }
span { border-color: rgb(165,44,10); }
td.TdClassName
{
border-color: #A52C0A;
}
.TagClassName
{
border-color: #A52C0A;
}
</style>