Shades of Rust #A03815
Tints of Rust #A03815
RGB
CMYK
RGB Variations
Color information
#A03815 (or 0xA03815) is known color: Rust. HEX triplet: A0, 38 and 15. RGB value is (160,56,21). Sum of RGB (Red+Green+Blue) = 160+56+21=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03815 is #5FC7EA. Grayscale: #535353. Windows color (decimal): -6277099 or 1390752. OLE color: 1390752.
HSL color Cylindrical-coordinate representation of color #A03815: hue angle of 15.11º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A03815 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.37 |
| HSL | 15.11º | 0.77% | 0.35% | - |
| HSV(B) | 15.11º | 0.87% | 0.63% | - |
| XYZ | 16.05 | 10.36 | 1.86 | - |
| YUV | 83.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 21 | 0 | 0.65 | 0.87 | 0.37 | 15.11 | 0.77 | 0.35 |
| Hex | A0 | 38 | 15 | 0 | 41 | 57 | 25 | F | 4D | 23 |
| Octal | 240 | 70 | 25 | 0 | 101 | 127 | 45 | 17 | 115 | 43 |
| Binary | 10100000 | 111000 | 10101 | 0 | 1000001 | 1010111 | 100101 | 1111 | 1001101 | 100011 |
Color Harmonies of #A03815
Complementary color
Monochromatic Colors of #A03815
Black with #A03815
Text Example
Text Example
White with #A03815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03815; }
p { color: rgb(160,56,21); }
H1.HeaderClassName
{
color: #A03815;
}
.AnyTagClassName
{
color: #A03815;
}
</style>
background-color css
<style>
a { background-color: #A03815; }
a { background-color: rgb(160,56,21); }
div.DivClassName
{
background-color: #A03815;
}
.BgClassName
{
background-color: #A03815;
}
</style>
border-color css
<style>
span { border-color: #A03815; }
span { border-color: rgb(160,56,21); }
td.TdClassName
{
border-color: #A03815;
}
.TagClassName
{
border-color: #A03815;
}
</style>