Shades of Rust #A0380A
Tints of Rust #A0380A
RGB
CMYK
RGB Variations
Color information
#A0380A (or 0xA0380A) is known color: Rust. HEX triplet: A0, 38 and 0A. RGB value is (160,56,10). Sum of RGB (Red+Green+Blue) = 160+56+10=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0380A is #5FC7F5. Grayscale: #525252. Windows color (decimal): -6277110 or 669856. OLE color: 669856.
HSL color Cylindrical-coordinate representation of color #A0380A: hue angle of 18.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0380A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.37 |
| HSL | 18.4º | 0.88% | 0.33% | - |
| HSV(B) | 18.4º | 0.94% | 0.63% | - |
| XYZ | 15.97 | 10.32 | 1.44 | - |
| YUV | 81.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 10 | 0 | 0.65 | 0.94 | 0.37 | 18.4 | 0.88 | 0.33 |
| Hex | A0 | 38 | A | 0 | 41 | 5E | 25 | 12 | 58 | 21 |
| Octal | 240 | 70 | 12 | 0 | 101 | 136 | 45 | 22 | 130 | 41 |
| Binary | 10100000 | 111000 | 1010 | 0 | 1000001 | 1011110 | 100101 | 10010 | 1011000 | 100001 |
Color Harmonies of #A0380A
Complementary color
Monochromatic Colors of #A0380A
Black with #A0380A
Text Example
Text Example
White with #A0380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0380A; }
p { color: rgb(160,56,10); }
H1.HeaderClassName
{
color: #A0380A;
}
.AnyTagClassName
{
color: #A0380A;
}
</style>
background-color css
<style>
a { background-color: #A0380A; }
a { background-color: rgb(160,56,10); }
div.DivClassName
{
background-color: #A0380A;
}
.BgClassName
{
background-color: #A0380A;
}
</style>
border-color css
<style>
span { border-color: #A0380A; }
span { border-color: rgb(160,56,10); }
td.TdClassName
{
border-color: #A0380A;
}
.TagClassName
{
border-color: #A0380A;
}
</style>