Shades of Rust #A53415
Tints of Rust #A53415
RGB
CMYK
RGB Variations
Color information
#A53415 (or 0xA53415) is known color: Rust. HEX triplet: A5, 34 and 15. RGB value is (165,52,21). Sum of RGB (Red+Green+Blue) = 165+52+21=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A53415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53415 is #5ACBEA. Grayscale: #525252. Windows color (decimal): -5950443 or 1389733. OLE color: 1389733.
HSL color Cylindrical-coordinate representation of color #A53415: hue angle of 12.92º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A53415 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 52 | 21 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.35 |
| HSL | 12.92º | 0.77% | 0.36% | - |
| HSV(B) | 12.92º | 0.87% | 0.65% | - |
| XYZ | 16.88 | 10.51 | 1.85 | - |
| YUV | 82.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 21 | 0 | 0.68 | 0.87 | 0.35 | 12.92 | 0.77 | 0.36 |
| Hex | A5 | 34 | 15 | 0 | 44 | 57 | 23 | D | 4D | 24 |
| Octal | 245 | 64 | 25 | 0 | 104 | 127 | 43 | 15 | 115 | 44 |
| Binary | 10100101 | 110100 | 10101 | 0 | 1000100 | 1010111 | 100011 | 1101 | 1001101 | 100100 |
Color Harmonies of #A53415
Complementary color
Monochromatic Colors of #A53415
Black with #A53415
Text Example
Text Example
White with #A53415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53415; }
p { color: rgb(165,52,21); }
H1.HeaderClassName
{
color: #A53415;
}
.AnyTagClassName
{
color: #A53415;
}
</style>
background-color css
<style>
a { background-color: #A53415; }
a { background-color: rgb(165,52,21); }
div.DivClassName
{
background-color: #A53415;
}
.BgClassName
{
background-color: #A53415;
}
</style>
border-color css
<style>
span { border-color: #A53415; }
span { border-color: rgb(165,52,21); }
td.TdClassName
{
border-color: #A53415;
}
.TagClassName
{
border-color: #A53415;
}
</style>