Shades of Rust #A03D07
Tints of Rust #A03D07
RGB
CMYK
RGB Variations
Color information
#A03D07 (or 0xA03D07) is known color: Rust. HEX triplet: A0, 3D and 07. RGB value is (160,61,7). Sum of RGB (Red+Green+Blue) = 160+61+7=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D07 is #5FC2F8. Grayscale: #545454. Windows color (decimal): -6275833 or 474528. OLE color: 474528.
HSL color Cylindrical-coordinate representation of color #A03D07: hue angle of 21.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A03D07 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.37 |
| HSL | 21.18º | 0.92% | 0.33% | - |
| HSV(B) | 21.18º | 0.96% | 0.63% | - |
| XYZ | 16.2 | 10.83 | 1.44 | - |
| YUV | 84.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 7 | 0 | 0.62 | 0.96 | 0.37 | 21.18 | 0.92 | 0.33 |
| Hex | A0 | 3D | 7 | 0 | 3E | 60 | 25 | 15 | 5C | 21 |
| Octal | 240 | 75 | 7 | 0 | 76 | 140 | 45 | 25 | 134 | 41 |
| Binary | 10100000 | 111101 | 111 | 0 | 111110 | 1100000 | 100101 | 10101 | 1011100 | 100001 |
Color Harmonies of #A03D07
Complementary color
Monochromatic Colors of #A03D07
Black with #A03D07
Text Example
Text Example
White with #A03D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D07; }
p { color: rgb(160,61,7); }
H1.HeaderClassName
{
color: #A03D07;
}
.AnyTagClassName
{
color: #A03D07;
}
</style>
background-color css
<style>
a { background-color: #A03D07; }
a { background-color: rgb(160,61,7); }
div.DivClassName
{
background-color: #A03D07;
}
.BgClassName
{
background-color: #A03D07;
}
</style>
border-color css
<style>
span { border-color: #A03D07; }
span { border-color: rgb(160,61,7); }
td.TdClassName
{
border-color: #A03D07;
}
.TagClassName
{
border-color: #A03D07;
}
</style>