Shades of Rust #A03907
Tints of Rust #A03907
RGB
CMYK
RGB Variations
Color information
#A03907 (or 0xA03907) is known color: Rust. HEX triplet: A0, 39 and 07. RGB value is (160,57,7). Sum of RGB (Red+Green+Blue) = 160+57+7=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A03907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03907 is #5FC6F8. Grayscale: #525252. Windows color (decimal): -6276857 or 473504. OLE color: 473504.
HSL color Cylindrical-coordinate representation of color #A03907: hue angle of 19.61º 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 #A03907 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.37 |
| HSL | 19.61º | 0.92% | 0.33% | - |
| HSV(B) | 19.61º | 0.96% | 0.63% | - |
| XYZ | 16 | 10.42 | 1.37 | - |
| YUV | 82.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 7 | 0 | 0.64 | 0.96 | 0.37 | 19.61 | 0.92 | 0.33 |
| Hex | A0 | 39 | 7 | 0 | 40 | 60 | 25 | 14 | 5C | 21 |
| Octal | 240 | 71 | 7 | 0 | 100 | 140 | 45 | 24 | 134 | 41 |
| Binary | 10100000 | 111001 | 111 | 0 | 1000000 | 1100000 | 100101 | 10100 | 1011100 | 100001 |
Color Harmonies of #A03907
Complementary color
Monochromatic Colors of #A03907
Black with #A03907
Text Example
Text Example
White with #A03907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03907; }
p { color: rgb(160,57,7); }
H1.HeaderClassName
{
color: #A03907;
}
.AnyTagClassName
{
color: #A03907;
}
</style>
background-color css
<style>
a { background-color: #A03907; }
a { background-color: rgb(160,57,7); }
div.DivClassName
{
background-color: #A03907;
}
.BgClassName
{
background-color: #A03907;
}
</style>
border-color css
<style>
span { border-color: #A03907; }
span { border-color: rgb(160,57,7); }
td.TdClassName
{
border-color: #A03907;
}
.TagClassName
{
border-color: #A03907;
}
</style>