Shades of Rust #A53A0A
Tints of Rust #A53A0A
RGB
CMYK
RGB Variations
Color information
#A53A0A (or 0xA53A0A) is known color: Rust. HEX triplet: A5, 3A and 0A. RGB value is (165,58,10). Sum of RGB (Red+Green+Blue) = 165+58+10=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53A0A is #5AC5F5. Grayscale: #545454. Windows color (decimal): -5948918 or 670373. OLE color: 670373.
HSL color Cylindrical-coordinate representation of color #A53A0A: hue angle of 18.58º 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 #A53A0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.35 |
| HSL | 18.58º | 0.89% | 0.34% | - |
| HSV(B) | 18.58º | 0.94% | 0.65% | - |
| XYZ | 17.08 | 11.05 | 1.52 | - |
| YUV | 84.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 10 | 0 | 0.65 | 0.94 | 0.35 | 18.58 | 0.89 | 0.34 |
| Hex | A5 | 3A | A | 0 | 41 | 5E | 23 | 13 | 59 | 22 |
| Octal | 245 | 72 | 12 | 0 | 101 | 136 | 43 | 23 | 131 | 42 |
| Binary | 10100101 | 111010 | 1010 | 0 | 1000001 | 1011110 | 100011 | 10011 | 1011001 | 100010 |
Color Harmonies of #A53A0A
Complementary color
Monochromatic Colors of #A53A0A
Black with #A53A0A
Text Example
Text Example
White with #A53A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A0A; }
p { color: rgb(165,58,10); }
H1.HeaderClassName
{
color: #A53A0A;
}
.AnyTagClassName
{
color: #A53A0A;
}
</style>
background-color css
<style>
a { background-color: #A53A0A; }
a { background-color: rgb(165,58,10); }
div.DivClassName
{
background-color: #A53A0A;
}
.BgClassName
{
background-color: #A53A0A;
}
</style>
border-color css
<style>
span { border-color: #A53A0A; }
span { border-color: rgb(165,58,10); }
td.TdClassName
{
border-color: #A53A0A;
}
.TagClassName
{
border-color: #A53A0A;
}
</style>