Shades of Rust #A53915
Tints of Rust #A53915
RGB
CMYK
RGB Variations
Color information
#A53915 (or 0xA53915) is known color: Rust. HEX triplet: A5, 39 and 15. RGB value is (165,57,21). Sum of RGB (Red+Green+Blue) = 165+57+21=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A53915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53915 is #5AC6EA. Grayscale: #555555. Windows color (decimal): -5949163 or 1391013. OLE color: 1391013.
HSL color Cylindrical-coordinate representation of color #A53915: hue angle of 15º 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 #A53915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.35 |
| HSL | 15º | 0.77% | 0.36% | - |
| HSV(B) | 15º | 0.87% | 0.65% | - |
| XYZ | 17.12 | 10.98 | 1.93 | - |
| YUV | 85.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 21 | 0 | 0.65 | 0.87 | 0.35 | 15 | 0.77 | 0.36 |
| Hex | A5 | 39 | 15 | 0 | 41 | 57 | 23 | F | 4D | 24 |
| Octal | 245 | 71 | 25 | 0 | 101 | 127 | 43 | 17 | 115 | 44 |
| Binary | 10100101 | 111001 | 10101 | 0 | 1000001 | 1010111 | 100011 | 1111 | 1001101 | 100100 |
Color Harmonies of #A53915
Complementary color
Monochromatic Colors of #A53915
Black with #A53915
Text Example
Text Example
White with #A53915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53915; }
p { color: rgb(165,57,21); }
H1.HeaderClassName
{
color: #A53915;
}
.AnyTagClassName
{
color: #A53915;
}
</style>
background-color css
<style>
a { background-color: #A53915; }
a { background-color: rgb(165,57,21); }
div.DivClassName
{
background-color: #A53915;
}
.BgClassName
{
background-color: #A53915;
}
</style>
border-color css
<style>
span { border-color: #A53915; }
span { border-color: rgb(165,57,21); }
td.TdClassName
{
border-color: #A53915;
}
.TagClassName
{
border-color: #A53915;
}
</style>