Shades of Rust #A82402
Tints of Rust #A82402
RGB
CMYK
RGB Variations
Color information
#A82402 (or 0xA82402) is known color: Rust. HEX triplet: A8, 24 and 02. RGB value is (168,36,2). Sum of RGB (Red+Green+Blue) = 168+36+2=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A82402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82402 is #57DBFD. Grayscale: #474747. Windows color (decimal): -5757950 or 140456. OLE color: 140456.
HSL color Cylindrical-coordinate representation of color #A82402: hue angle of 12.29º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A82402 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.34 |
| HSL | 12.29º | 0.98% | 0.33% | - |
| HSV(B) | 12.29º | 0.99% | 0.66% | - |
| XYZ | 16.79 | 9.59 | 1.02 | - |
| YUV | 71.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 2 | 0 | 0.79 | 0.99 | 0.34 | 12.29 | 0.98 | 0.33 |
| Hex | A8 | 24 | 2 | 0 | 4F | 63 | 22 | C | 62 | 21 |
| Octal | 250 | 44 | 2 | 0 | 117 | 143 | 42 | 14 | 142 | 41 |
| Binary | 10101000 | 100100 | 10 | 0 | 1001111 | 1100011 | 100010 | 1100 | 1100010 | 100001 |
Color Harmonies of #A82402
Complementary color
Monochromatic Colors of #A82402
Black with #A82402
Text Example
Text Example
White with #A82402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82402; }
p { color: rgb(168,36,2); }
H1.HeaderClassName
{
color: #A82402;
}
.AnyTagClassName
{
color: #A82402;
}
</style>
background-color css
<style>
a { background-color: #A82402; }
a { background-color: rgb(168,36,2); }
div.DivClassName
{
background-color: #A82402;
}
.BgClassName
{
background-color: #A82402;
}
</style>
border-color css
<style>
span { border-color: #A82402; }
span { border-color: rgb(168,36,2); }
td.TdClassName
{
border-color: #A82402;
}
.TagClassName
{
border-color: #A82402;
}
</style>