Shades of Rust #A84903
Tints of Rust #A84903
RGB
CMYK
RGB Variations
Color information
#A84903 (or 0xA84903) is known color: Rust. HEX triplet: A8, 49 and 03. RGB value is (168,73,3). Sum of RGB (Red+Green+Blue) = 168+73+3=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84903 is #57B6FC. Grayscale: #5D5D5D. Windows color (decimal): -5748477 or 215464. OLE color: 215464.
HSL color Cylindrical-coordinate representation of color #A84903: hue angle of 25.45º 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 #A84903 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.34 |
| HSL | 25.45º | 0.96% | 0.34% | - |
| HSV(B) | 25.45º | 0.98% | 0.66% | - |
| XYZ | 18.55 | 13.1 | 1.64 | - |
| YUV | 93.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 3 | 0 | 0.57 | 0.98 | 0.34 | 25.45 | 0.96 | 0.34 |
| Hex | A8 | 49 | 3 | 0 | 39 | 62 | 22 | 19 | 60 | 22 |
| Octal | 250 | 111 | 3 | 0 | 71 | 142 | 42 | 31 | 140 | 42 |
| Binary | 10101000 | 1001001 | 11 | 0 | 111001 | 1100010 | 100010 | 11001 | 1100000 | 100010 |
Color Harmonies of #A84903
Complementary color
Monochromatic Colors of #A84903
Black with #A84903
Text Example
Text Example
White with #A84903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84903; }
p { color: rgb(168,73,3); }
H1.HeaderClassName
{
color: #A84903;
}
.AnyTagClassName
{
color: #A84903;
}
</style>
background-color css
<style>
a { background-color: #A84903; }
a { background-color: rgb(168,73,3); }
div.DivClassName
{
background-color: #A84903;
}
.BgClassName
{
background-color: #A84903;
}
</style>
border-color css
<style>
span { border-color: #A84903; }
span { border-color: rgb(168,73,3); }
td.TdClassName
{
border-color: #A84903;
}
.TagClassName
{
border-color: #A84903;
}
</style>