Shades of Rust #A82703
Tints of Rust #A82703
RGB
CMYK
RGB Variations
Color information
#A82703 (or 0xA82703) is known color: Rust. HEX triplet: A8, 27 and 03. RGB value is (168,39,3). Sum of RGB (Red+Green+Blue) = 168+39+3=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A82703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82703 is #57D8FC. Grayscale: #494949. Windows color (decimal): -5757181 or 206760. OLE color: 206760.
HSL color Cylindrical-coordinate representation of color #A82703: hue angle of 13.09º 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 #A82703 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.34 |
| HSL | 13.09º | 0.96% | 0.34% | - |
| HSV(B) | 13.09º | 0.98% | 0.66% | - |
| XYZ | 16.89 | 9.78 | 1.08 | - |
| YUV | 73.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 3 | 0 | 0.77 | 0.98 | 0.34 | 13.09 | 0.96 | 0.34 |
| Hex | A8 | 27 | 3 | 0 | 4D | 62 | 22 | D | 60 | 22 |
| Octal | 250 | 47 | 3 | 0 | 115 | 142 | 42 | 15 | 140 | 42 |
| Binary | 10101000 | 100111 | 11 | 0 | 1001101 | 1100010 | 100010 | 1101 | 1100000 | 100010 |
Color Harmonies of #A82703
Complementary color
Monochromatic Colors of #A82703
Black with #A82703
Text Example
Text Example
White with #A82703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82703; }
p { color: rgb(168,39,3); }
H1.HeaderClassName
{
color: #A82703;
}
.AnyTagClassName
{
color: #A82703;
}
</style>
background-color css
<style>
a { background-color: #A82703; }
a { background-color: rgb(168,39,3); }
div.DivClassName
{
background-color: #A82703;
}
.BgClassName
{
background-color: #A82703;
}
</style>
border-color css
<style>
span { border-color: #A82703; }
span { border-color: rgb(168,39,3); }
td.TdClassName
{
border-color: #A82703;
}
.TagClassName
{
border-color: #A82703;
}
</style>