Shades of Rust #A53D14
Tints of Rust #A53D14
RGB
CMYK
RGB Variations
Color information
#A53D14 (or 0xA53D14) is known color: Rust. HEX triplet: A5, 3D and 14. RGB value is (165,61,20). Sum of RGB (Red+Green+Blue) = 165+61+20=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53D14 is #5AC2EB. Grayscale: #575757. Windows color (decimal): -5948140 or 1326501. OLE color: 1326501.
HSL color Cylindrical-coordinate representation of color #A53D14: hue angle of 16.97º degrees, saturation: 0.78, 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 #A53D14 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.35 |
| HSL | 16.97º | 0.78% | 0.36% | - |
| HSV(B) | 16.97º | 0.88% | 0.65% | - |
| XYZ | 17.31 | 11.39 | 1.95 | - |
| YUV | 87.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 20 | 0 | 0.63 | 0.88 | 0.35 | 16.97 | 0.78 | 0.36 |
| Hex | A5 | 3D | 14 | 0 | 3F | 58 | 23 | 11 | 4E | 24 |
| Octal | 245 | 75 | 24 | 0 | 77 | 130 | 43 | 21 | 116 | 44 |
| Binary | 10100101 | 111101 | 10100 | 0 | 111111 | 1011000 | 100011 | 10001 | 1001110 | 100100 |
Color Harmonies of #A53D14
Complementary color
Monochromatic Colors of #A53D14
Black with #A53D14
Text Example
Text Example
White with #A53D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D14; }
p { color: rgb(165,61,20); }
H1.HeaderClassName
{
color: #A53D14;
}
.AnyTagClassName
{
color: #A53D14;
}
</style>
background-color css
<style>
a { background-color: #A53D14; }
a { background-color: rgb(165,61,20); }
div.DivClassName
{
background-color: #A53D14;
}
.BgClassName
{
background-color: #A53D14;
}
</style>
border-color css
<style>
span { border-color: #A53D14; }
span { border-color: rgb(165,61,20); }
td.TdClassName
{
border-color: #A53D14;
}
.TagClassName
{
border-color: #A53D14;
}
</style>