Shades of Rust #A03807
Tints of Rust #A03807
RGB
CMYK
RGB Variations
Color information
#A03807 (or 0xA03807) is known color: Rust. HEX triplet: A0, 38 and 07. RGB value is (160,56,7). Sum of RGB (Red+Green+Blue) = 160+56+7=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A03807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03807 is #5FC7F8. Grayscale: #515151. Windows color (decimal): -6277113 or 473248. OLE color: 473248.
HSL color Cylindrical-coordinate representation of color #A03807: hue angle of 19.22º 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 #A03807 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.37 |
| HSL | 19.22º | 0.92% | 0.33% | - |
| HSV(B) | 19.22º | 0.96% | 0.63% | - |
| XYZ | 15.95 | 10.32 | 1.35 | - |
| YUV | 81.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 7 | 0 | 0.65 | 0.96 | 0.37 | 19.22 | 0.92 | 0.33 |
| Hex | A0 | 38 | 7 | 0 | 41 | 60 | 25 | 13 | 5C | 21 |
| Octal | 240 | 70 | 7 | 0 | 101 | 140 | 45 | 23 | 134 | 41 |
| Binary | 10100000 | 111000 | 111 | 0 | 1000001 | 1100000 | 100101 | 10011 | 1011100 | 100001 |
Color Harmonies of #A03807
Complementary color
Monochromatic Colors of #A03807
Black with #A03807
Text Example
Text Example
White with #A03807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03807; }
p { color: rgb(160,56,7); }
H1.HeaderClassName
{
color: #A03807;
}
.AnyTagClassName
{
color: #A03807;
}
</style>
background-color css
<style>
a { background-color: #A03807; }
a { background-color: rgb(160,56,7); }
div.DivClassName
{
background-color: #A03807;
}
.BgClassName
{
background-color: #A03807;
}
</style>
border-color css
<style>
span { border-color: #A03807; }
span { border-color: rgb(160,56,7); }
td.TdClassName
{
border-color: #A03807;
}
.TagClassName
{
border-color: #A03807;
}
</style>