Shades of Rust #A0350F
Tints of Rust #A0350F
RGB
CMYK
RGB Variations
Color information
#A0350F (or 0xA0350F) is known color: Rust. HEX triplet: A0, 35 and 0F. RGB value is (160,53,15). Sum of RGB (Red+Green+Blue) = 160+53+15=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0350F is #5FCAF0. Grayscale: #505050. Windows color (decimal): -6277873 or 996768. OLE color: 996768.
HSL color Cylindrical-coordinate representation of color #A0350F: hue angle of 15.72º 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 #A0350F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.37 |
| HSL | 15.72º | 0.83% | 0.34% | - |
| HSV(B) | 15.72º | 0.91% | 0.63% | - |
| XYZ | 15.86 | 10.05 | 1.56 | - |
| YUV | 80.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 15 | 0 | 0.67 | 0.91 | 0.37 | 15.72 | 0.83 | 0.34 |
| Hex | A0 | 35 | F | 0 | 43 | 5B | 25 | 10 | 53 | 22 |
| Octal | 240 | 65 | 17 | 0 | 103 | 133 | 45 | 20 | 123 | 42 |
| Binary | 10100000 | 110101 | 1111 | 0 | 1000011 | 1011011 | 100101 | 10000 | 1010011 | 100010 |
Color Harmonies of #A0350F
Complementary color
Monochromatic Colors of #A0350F
Black with #A0350F
Text Example
Text Example
White with #A0350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0350F; }
p { color: rgb(160,53,15); }
H1.HeaderClassName
{
color: #A0350F;
}
.AnyTagClassName
{
color: #A0350F;
}
</style>
background-color css
<style>
a { background-color: #A0350F; }
a { background-color: rgb(160,53,15); }
div.DivClassName
{
background-color: #A0350F;
}
.BgClassName
{
background-color: #A0350F;
}
</style>
border-color css
<style>
span { border-color: #A0350F; }
span { border-color: rgb(160,53,15); }
td.TdClassName
{
border-color: #A0350F;
}
.TagClassName
{
border-color: #A0350F;
}
</style>