Shades of Rust #A53013
Tints of Rust #A53013
RGB
CMYK
RGB Variations
Color information
#A53013 (or 0xA53013) is known color: Rust. HEX triplet: A5, 30 and 13. RGB value is (165,48,19). Sum of RGB (Red+Green+Blue) = 165+48+19=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A53013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53013 is #5ACFEC. Grayscale: #4F4F4F. Windows color (decimal): -5951469 or 1257637. OLE color: 1257637.
HSL color Cylindrical-coordinate representation of color #A53013: hue angle of 11.92º 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 #A53013 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 19 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.35 |
| HSL | 11.92º | 0.79% | 0.36% | - |
| HSV(B) | 11.92º | 0.88% | 0.65% | - |
| XYZ | 16.69 | 10.16 | 1.7 | - |
| YUV | 79.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 19 | 0 | 0.71 | 0.88 | 0.35 | 11.92 | 0.79 | 0.36 |
| Hex | A5 | 30 | 13 | 0 | 47 | 58 | 23 | C | 4F | 24 |
| Octal | 245 | 60 | 23 | 0 | 107 | 130 | 43 | 14 | 117 | 44 |
| Binary | 10100101 | 110000 | 10011 | 0 | 1000111 | 1011000 | 100011 | 1100 | 1001111 | 100100 |
Color Harmonies of #A53013
Complementary color
Monochromatic Colors of #A53013
Black with #A53013
Text Example
Text Example
White with #A53013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53013; }
p { color: rgb(165,48,19); }
H1.HeaderClassName
{
color: #A53013;
}
.AnyTagClassName
{
color: #A53013;
}
</style>
background-color css
<style>
a { background-color: #A53013; }
a { background-color: rgb(165,48,19); }
div.DivClassName
{
background-color: #A53013;
}
.BgClassName
{
background-color: #A53013;
}
</style>
border-color css
<style>
span { border-color: #A53013; }
span { border-color: rgb(165,48,19); }
td.TdClassName
{
border-color: #A53013;
}
.TagClassName
{
border-color: #A53013;
}
</style>