Shades of Rust #A52D0A
Tints of Rust #A52D0A
RGB
CMYK
RGB Variations
Color information
#A52D0A (or 0xA52D0A) is known color: Rust. HEX triplet: A5, 2D and 0A. RGB value is (165,45,10). Sum of RGB (Red+Green+Blue) = 165+45+10=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D0A is #5AD2F5. Grayscale: #4D4D4D. Windows color (decimal): -5952246 or 667045. OLE color: 667045.
HSL color Cylindrical-coordinate representation of color #A52D0A: hue angle of 13.55º 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 #A52D0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.35 |
| HSL | 13.55º | 0.89% | 0.34% | - |
| HSV(B) | 13.55º | 0.94% | 0.65% | - |
| XYZ | 16.51 | 9.9 | 1.33 | - |
| YUV | 76.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 10 | 0 | 0.73 | 0.94 | 0.35 | 13.55 | 0.89 | 0.34 |
| Hex | A5 | 2D | A | 0 | 49 | 5E | 23 | E | 59 | 22 |
| Octal | 245 | 55 | 12 | 0 | 111 | 136 | 43 | 16 | 131 | 42 |
| Binary | 10100101 | 101101 | 1010 | 0 | 1001001 | 1011110 | 100011 | 1110 | 1011001 | 100010 |
Color Harmonies of #A52D0A
Complementary color
Monochromatic Colors of #A52D0A
Black with #A52D0A
Text Example
Text Example
White with #A52D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D0A; }
p { color: rgb(165,45,10); }
H1.HeaderClassName
{
color: #A52D0A;
}
.AnyTagClassName
{
color: #A52D0A;
}
</style>
background-color css
<style>
a { background-color: #A52D0A; }
a { background-color: rgb(165,45,10); }
div.DivClassName
{
background-color: #A52D0A;
}
.BgClassName
{
background-color: #A52D0A;
}
</style>
border-color css
<style>
span { border-color: #A52D0A; }
span { border-color: rgb(165,45,10); }
td.TdClassName
{
border-color: #A52D0A;
}
.TagClassName
{
border-color: #A52D0A;
}
</style>