Shades of Rust #A03803
Tints of Rust #A03803
RGB
CMYK
RGB Variations
Color information
#A03803 (or 0xA03803) is known color: Rust. HEX triplet: A0, 38 and 03. RGB value is (160,56,3). Sum of RGB (Red+Green+Blue) = 160+56+3=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A03803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03803 is #5FC7FC. Grayscale: #515151. Windows color (decimal): -6277117 or 211104. OLE color: 211104.
HSL color Cylindrical-coordinate representation of color #A03803: hue angle of 20.25º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03803 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.37 |
| HSL | 20.25º | 0.96% | 0.32% | - |
| HSV(B) | 20.25º | 0.98% | 0.63% | - |
| XYZ | 15.93 | 10.31 | 1.24 | - |
| YUV | 81.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 3 | 0 | 0.65 | 0.98 | 0.37 | 20.25 | 0.96 | 0.32 |
| Hex | A0 | 38 | 3 | 0 | 41 | 62 | 25 | 14 | 60 | 20 |
| Octal | 240 | 70 | 3 | 0 | 101 | 142 | 45 | 24 | 140 | 40 |
| Binary | 10100000 | 111000 | 11 | 0 | 1000001 | 1100010 | 100101 | 10100 | 1100000 | 100000 |
Color Harmonies of #A03803
Complementary color
Monochromatic Colors of #A03803
Black with #A03803
Text Example
Text Example
White with #A03803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03803; }
p { color: rgb(160,56,3); }
H1.HeaderClassName
{
color: #A03803;
}
.AnyTagClassName
{
color: #A03803;
}
</style>
background-color css
<style>
a { background-color: #A03803; }
a { background-color: rgb(160,56,3); }
div.DivClassName
{
background-color: #A03803;
}
.BgClassName
{
background-color: #A03803;
}
</style>
border-color css
<style>
span { border-color: #A03803; }
span { border-color: rgb(160,56,3); }
td.TdClassName
{
border-color: #A03803;
}
.TagClassName
{
border-color: #A03803;
}
</style>