Shades of Rust #A82903
Tints of Rust #A82903
RGB
CMYK
RGB Variations
Color information
#A82903 (or 0xA82903) is known color: Rust. HEX triplet: A8, 29 and 03. RGB value is (168,41,3). Sum of RGB (Red+Green+Blue) = 168+41+3=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A82903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82903 is #57D6FC. Grayscale: #4A4A4A. Windows color (decimal): -5756669 or 207272. OLE color: 207272.
HSL color Cylindrical-coordinate representation of color #A82903: hue angle of 13.82º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82903 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.34 |
| HSL | 13.82º | 0.96% | 0.34% | - |
| HSV(B) | 13.82º | 0.98% | 0.66% | - |
| XYZ | 16.96 | 9.92 | 1.11 | - |
| YUV | 74.64 | 87.58 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 3 | 0 | 0.76 | 0.98 | 0.34 | 13.82 | 0.96 | 0.34 |
| Hex | A8 | 29 | 3 | 0 | 4C | 62 | 22 | E | 60 | 22 |
| Octal | 250 | 51 | 3 | 0 | 114 | 142 | 42 | 16 | 140 | 42 |
| Binary | 10101000 | 101001 | 11 | 0 | 1001100 | 1100010 | 100010 | 1110 | 1100000 | 100010 |
Color Harmonies of #A82903
Complementary color
Monochromatic Colors of #A82903
Black with #A82903
Text Example
Text Example
White with #A82903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82903; }
p { color: rgb(168,41,3); }
H1.HeaderClassName
{
color: #A82903;
}
.AnyTagClassName
{
color: #A82903;
}
</style>
background-color css
<style>
a { background-color: #A82903; }
a { background-color: rgb(168,41,3); }
div.DivClassName
{
background-color: #A82903;
}
.BgClassName
{
background-color: #A82903;
}
</style>
border-color css
<style>
span { border-color: #A82903; }
span { border-color: rgb(168,41,3); }
td.TdClassName
{
border-color: #A82903;
}
.TagClassName
{
border-color: #A82903;
}
</style>