Shades of Rust #A62903
Tints of Rust #A62903
RGB
CMYK
RGB Variations
Color information
#A62903 (or 0xA62903) is known color: Rust. HEX triplet: A6, 29 and 03. RGB value is (166,41,3). Sum of RGB (Red+Green+Blue) = 166+41+3=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A62903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62903 is #59D6FC. Grayscale: #4A4A4A. Windows color (decimal): -5887741 or 207270. OLE color: 207270.
HSL color Cylindrical-coordinate representation of color #A62903: hue angle of 13.99º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A62903 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.35 |
| HSL | 13.99º | 0.96% | 0.33% | - |
| HSV(B) | 13.99º | 0.98% | 0.65% | - |
| XYZ | 16.54 | 9.7 | 1.09 | - |
| YUV | 74.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 3 | 0 | 0.75 | 0.98 | 0.35 | 13.99 | 0.96 | 0.33 |
| Hex | A6 | 29 | 3 | 0 | 4B | 62 | 23 | E | 60 | 21 |
| Octal | 246 | 51 | 3 | 0 | 113 | 142 | 43 | 16 | 140 | 41 |
| Binary | 10100110 | 101001 | 11 | 0 | 1001011 | 1100010 | 100011 | 1110 | 1100000 | 100001 |
Color Harmonies of #A62903
Complementary color
Monochromatic Colors of #A62903
Black with #A62903
Text Example
Text Example
White with #A62903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62903; }
p { color: rgb(166,41,3); }
H1.HeaderClassName
{
color: #A62903;
}
.AnyTagClassName
{
color: #A62903;
}
</style>
background-color css
<style>
a { background-color: #A62903; }
a { background-color: rgb(166,41,3); }
div.DivClassName
{
background-color: #A62903;
}
.BgClassName
{
background-color: #A62903;
}
</style>
border-color css
<style>
span { border-color: #A62903; }
span { border-color: rgb(166,41,3); }
td.TdClassName
{
border-color: #A62903;
}
.TagClassName
{
border-color: #A62903;
}
</style>