Shades of Rust #A52F13
Tints of Rust #A52F13
RGB
CMYK
RGB Variations
Color information
#A52F13 (or 0xA52F13) is known color: Rust. HEX triplet: A5, 2F and 13. RGB value is (165,47,19). Sum of RGB (Red+Green+Blue) = 165+47+19=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F13 is #5AD0EC. Grayscale: #4F4F4F. Windows color (decimal): -5951725 or 1257381. OLE color: 1257381.
HSL color Cylindrical-coordinate representation of color #A52F13: hue angle of 11.51º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A52F13 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 19 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.35 |
| HSL | 11.51º | 0.79% | 0.36% | - |
| HSV(B) | 11.51º | 0.88% | 0.65% | - |
| XYZ | 16.65 | 10.08 | 1.68 | - |
| YUV | 79.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 19 | 0 | 0.72 | 0.88 | 0.35 | 11.51 | 0.79 | 0.36 |
| Hex | A5 | 2F | 13 | 0 | 48 | 58 | 23 | C | 4F | 24 |
| Octal | 245 | 57 | 23 | 0 | 110 | 130 | 43 | 14 | 117 | 44 |
| Binary | 10100101 | 101111 | 10011 | 0 | 1001000 | 1011000 | 100011 | 1100 | 1001111 | 100100 |
Color Harmonies of #A52F13
Complementary color
Monochromatic Colors of #A52F13
Black with #A52F13
Text Example
Text Example
White with #A52F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F13; }
p { color: rgb(165,47,19); }
H1.HeaderClassName
{
color: #A52F13;
}
.AnyTagClassName
{
color: #A52F13;
}
</style>
background-color css
<style>
a { background-color: #A52F13; }
a { background-color: rgb(165,47,19); }
div.DivClassName
{
background-color: #A52F13;
}
.BgClassName
{
background-color: #A52F13;
}
</style>
border-color css
<style>
span { border-color: #A52F13; }
span { border-color: rgb(165,47,19); }
td.TdClassName
{
border-color: #A52F13;
}
.TagClassName
{
border-color: #A52F13;
}
</style>