Shades of Rust #A84303
Tints of Rust #A84303
RGB
CMYK
RGB Variations
Color information
#A84303 (or 0xA84303) is known color: Rust. HEX triplet: A8, 43 and 03. RGB value is (168,67,3). Sum of RGB (Red+Green+Blue) = 168+67+3=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84303 is #57BCFC. Grayscale: #5A5A5A. Windows color (decimal): -5750013 or 213928. OLE color: 213928.
HSL color Cylindrical-coordinate representation of color #A84303: hue angle of 23.27º 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 #A84303 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.34 |
| HSL | 23.27º | 0.96% | 0.34% | - |
| HSV(B) | 23.27º | 0.98% | 0.66% | - |
| XYZ | 18.17 | 12.35 | 1.51 | - |
| YUV | 89.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 3 | 0 | 0.60 | 0.98 | 0.34 | 23.27 | 0.96 | 0.34 |
| Hex | A8 | 43 | 3 | 0 | 3C | 62 | 22 | 17 | 60 | 22 |
| Octal | 250 | 103 | 3 | 0 | 74 | 142 | 42 | 27 | 140 | 42 |
| Binary | 10101000 | 1000011 | 11 | 0 | 111100 | 1100010 | 100010 | 10111 | 1100000 | 100010 |
Color Harmonies of #A84303
Complementary color
Monochromatic Colors of #A84303
Black with #A84303
Text Example
Text Example
White with #A84303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84303; }
p { color: rgb(168,67,3); }
H1.HeaderClassName
{
color: #A84303;
}
.AnyTagClassName
{
color: #A84303;
}
</style>
background-color css
<style>
a { background-color: #A84303; }
a { background-color: rgb(168,67,3); }
div.DivClassName
{
background-color: #A84303;
}
.BgClassName
{
background-color: #A84303;
}
</style>
border-color css
<style>
span { border-color: #A84303; }
span { border-color: rgb(168,67,3); }
td.TdClassName
{
border-color: #A84303;
}
.TagClassName
{
border-color: #A84303;
}
</style>