Shades of Rust #A03D0B
Tints of Rust #A03D0B
RGB
CMYK
RGB Variations
Color information
#A03D0B (or 0xA03D0B) is known color: Rust. HEX triplet: A0, 3D and 0B. RGB value is (160,61,11). Sum of RGB (Red+Green+Blue) = 160+61+11=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D0B is #5FC2F4. Grayscale: #555555. Windows color (decimal): -6275829 or 736672. OLE color: 736672.
HSL color Cylindrical-coordinate representation of color #A03D0B: hue angle of 20.13º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A03D0B is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 11 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.37 |
| HSL | 20.13º | 0.87% | 0.34% | - |
| HSV(B) | 20.13º | 0.93% | 0.63% | - |
| XYZ | 16.23 | 10.84 | 1.55 | - |
| YUV | 84.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 11 | 0 | 0.62 | 0.93 | 0.37 | 20.13 | 0.87 | 0.34 |
| Hex | A0 | 3D | B | 0 | 3E | 5D | 25 | 14 | 57 | 22 |
| Octal | 240 | 75 | 13 | 0 | 76 | 135 | 45 | 24 | 127 | 42 |
| Binary | 10100000 | 111101 | 1011 | 0 | 111110 | 1011101 | 100101 | 10100 | 1010111 | 100010 |
Color Harmonies of #A03D0B
Complementary color
Monochromatic Colors of #A03D0B
Black with #A03D0B
Text Example
Text Example
White with #A03D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D0B; }
p { color: rgb(160,61,11); }
H1.HeaderClassName
{
color: #A03D0B;
}
.AnyTagClassName
{
color: #A03D0B;
}
</style>
background-color css
<style>
a { background-color: #A03D0B; }
a { background-color: rgb(160,61,11); }
div.DivClassName
{
background-color: #A03D0B;
}
.BgClassName
{
background-color: #A03D0B;
}
</style>
border-color css
<style>
span { border-color: #A03D0B; }
span { border-color: rgb(160,61,11); }
td.TdClassName
{
border-color: #A03D0B;
}
.TagClassName
{
border-color: #A03D0B;
}
</style>