Shades of Rust #A02703
Tints of Rust #A02703
RGB
CMYK
RGB Variations
Color information
#A02703 (or 0xA02703) is known color: Rust. HEX triplet: A0, 27 and 03. RGB value is (160,39,3). Sum of RGB (Red+Green+Blue) = 160+39+3=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A02703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02703 is #5FD8FC. Grayscale: #474747. Windows color (decimal): -6281469 or 206752. OLE color: 206752.
HSL color Cylindrical-coordinate representation of color #A02703: hue angle of 13.76º 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 #A02703 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.37 |
| HSL | 13.76º | 0.96% | 0.32% | - |
| HSV(B) | 13.76º | 0.98% | 0.63% | - |
| XYZ | 15.24 | 8.93 | 1.01 | - |
| YUV | 71.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 3 | 0 | 0.76 | 0.98 | 0.37 | 13.76 | 0.96 | 0.32 |
| Hex | A0 | 27 | 3 | 0 | 4C | 62 | 25 | E | 60 | 20 |
| Octal | 240 | 47 | 3 | 0 | 114 | 142 | 45 | 16 | 140 | 40 |
| Binary | 10100000 | 100111 | 11 | 0 | 1001100 | 1100010 | 100101 | 1110 | 1100000 | 100000 |
Color Harmonies of #A02703
Complementary color
Monochromatic Colors of #A02703
Black with #A02703
Text Example
Text Example
White with #A02703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02703; }
p { color: rgb(160,39,3); }
H1.HeaderClassName
{
color: #A02703;
}
.AnyTagClassName
{
color: #A02703;
}
</style>
background-color css
<style>
a { background-color: #A02703; }
a { background-color: rgb(160,39,3); }
div.DivClassName
{
background-color: #A02703;
}
.BgClassName
{
background-color: #A02703;
}
</style>
border-color css
<style>
span { border-color: #A02703; }
span { border-color: rgb(160,39,3); }
td.TdClassName
{
border-color: #A02703;
}
.TagClassName
{
border-color: #A02703;
}
</style>