Shades of Rust #A0380F
Tints of Rust #A0380F
RGB
CMYK
RGB Variations
Color information
#A0380F (or 0xA0380F) is known color: Rust. HEX triplet: A0, 38 and 0F. RGB value is (160,56,15). Sum of RGB (Red+Green+Blue) = 160+56+15=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0380F is #5FC7F0. Grayscale: #525252. Windows color (decimal): -6277105 or 997536. OLE color: 997536.
HSL color Cylindrical-coordinate representation of color #A0380F: hue angle of 16.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0380F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 15 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.37 |
| HSL | 16.97º | 0.83% | 0.34% | - |
| HSV(B) | 16.97º | 0.91% | 0.63% | - |
| XYZ | 16 | 10.34 | 1.6 | - |
| YUV | 82.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 15 | 0 | 0.65 | 0.91 | 0.37 | 16.97 | 0.83 | 0.34 |
| Hex | A0 | 38 | F | 0 | 41 | 5B | 25 | 11 | 53 | 22 |
| Octal | 240 | 70 | 17 | 0 | 101 | 133 | 45 | 21 | 123 | 42 |
| Binary | 10100000 | 111000 | 1111 | 0 | 1000001 | 1011011 | 100101 | 10001 | 1010011 | 100010 |
Color Harmonies of #A0380F
Complementary color
Monochromatic Colors of #A0380F
Black with #A0380F
Text Example
Text Example
White with #A0380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0380F; }
p { color: rgb(160,56,15); }
H1.HeaderClassName
{
color: #A0380F;
}
.AnyTagClassName
{
color: #A0380F;
}
</style>
background-color css
<style>
a { background-color: #A0380F; }
a { background-color: rgb(160,56,15); }
div.DivClassName
{
background-color: #A0380F;
}
.BgClassName
{
background-color: #A0380F;
}
</style>
border-color css
<style>
span { border-color: #A0380F; }
span { border-color: rgb(160,56,15); }
td.TdClassName
{
border-color: #A0380F;
}
.TagClassName
{
border-color: #A0380F;
}
</style>