Shades of Rust #A53E0D
Tints of Rust #A53E0D
RGB
CMYK
RGB Variations
Color information
#A53E0D (or 0xA53E0D) is known color: Rust. HEX triplet: A5, 3E and 0D. RGB value is (165,62,13). Sum of RGB (Red+Green+Blue) = 165+62+13=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53E0D is #5AC1F2. Grayscale: #575757. Windows color (decimal): -5947891 or 868005. OLE color: 868005.
HSL color Cylindrical-coordinate representation of color #A53E0D: hue angle of 19.34º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A53E0D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 13 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.35 |
| HSL | 19.34º | 0.85% | 0.35% | - |
| HSV(B) | 19.34º | 0.92% | 0.65% | - |
| XYZ | 17.31 | 11.47 | 1.68 | - |
| YUV | 87.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 13 | 0 | 0.62 | 0.92 | 0.35 | 19.34 | 0.85 | 0.35 |
| Hex | A5 | 3E | D | 0 | 3E | 5C | 23 | 13 | 55 | 23 |
| Octal | 245 | 76 | 15 | 0 | 76 | 134 | 43 | 23 | 125 | 43 |
| Binary | 10100101 | 111110 | 1101 | 0 | 111110 | 1011100 | 100011 | 10011 | 1010101 | 100011 |
Color Harmonies of #A53E0D
Complementary color
Monochromatic Colors of #A53E0D
Black with #A53E0D
Text Example
Text Example
White with #A53E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E0D; }
p { color: rgb(165,62,13); }
H1.HeaderClassName
{
color: #A53E0D;
}
.AnyTagClassName
{
color: #A53E0D;
}
</style>
background-color css
<style>
a { background-color: #A53E0D; }
a { background-color: rgb(165,62,13); }
div.DivClassName
{
background-color: #A53E0D;
}
.BgClassName
{
background-color: #A53E0D;
}
</style>
border-color css
<style>
span { border-color: #A53E0D; }
span { border-color: rgb(165,62,13); }
td.TdClassName
{
border-color: #A53E0D;
}
.TagClassName
{
border-color: #A53E0D;
}
</style>