Shades of Rust #A03814
Tints of Rust #A03814
RGB
CMYK
RGB Variations
Color information
#A03814 (or 0xA03814) is known color: Rust. HEX triplet: A0, 38 and 14. RGB value is (160,56,20). Sum of RGB (Red+Green+Blue) = 160+56+20=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03814 is #5FC7EB. Grayscale: #535353. Windows color (decimal): -6277100 or 1325216. OLE color: 1325216.
HSL color Cylindrical-coordinate representation of color #A03814: hue angle of 15.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03814 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 20 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.37 |
| HSL | 15.43º | 0.78% | 0.35% | - |
| HSV(B) | 15.43º | 0.88% | 0.63% | - |
| XYZ | 16.04 | 10.35 | 1.81 | - |
| YUV | 82.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 20 | 0 | 0.65 | 0.88 | 0.37 | 15.43 | 0.78 | 0.35 |
| Hex | A0 | 38 | 14 | 0 | 41 | 58 | 25 | F | 4E | 23 |
| Octal | 240 | 70 | 24 | 0 | 101 | 130 | 45 | 17 | 116 | 43 |
| Binary | 10100000 | 111000 | 10100 | 0 | 1000001 | 1011000 | 100101 | 1111 | 1001110 | 100011 |
Color Harmonies of #A03814
Complementary color
Monochromatic Colors of #A03814
Black with #A03814
Text Example
Text Example
White with #A03814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03814; }
p { color: rgb(160,56,20); }
H1.HeaderClassName
{
color: #A03814;
}
.AnyTagClassName
{
color: #A03814;
}
</style>
background-color css
<style>
a { background-color: #A03814; }
a { background-color: rgb(160,56,20); }
div.DivClassName
{
background-color: #A03814;
}
.BgClassName
{
background-color: #A03814;
}
</style>
border-color css
<style>
span { border-color: #A03814; }
span { border-color: rgb(160,56,20); }
td.TdClassName
{
border-color: #A03814;
}
.TagClassName
{
border-color: #A03814;
}
</style>