Shades of Rust #A02402
Tints of Rust #A02402
RGB
CMYK
RGB Variations
Color information
#A02402 (or 0xA02402) is known color: Rust. HEX triplet: A0, 24 and 02. RGB value is (160,36,2). Sum of RGB (Red+Green+Blue) = 160+36+2=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A02402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02402 is #5FDBFD. Grayscale: #454545. Windows color (decimal): -6282238 or 140448. OLE color: 140448.
HSL color Cylindrical-coordinate representation of color #A02402: hue angle of 12.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.37 |
| HSL | 12.91º | 0.98% | 0.32% | - |
| HSV(B) | 12.91º | 0.99% | 0.63% | - |
| XYZ | 15.14 | 8.74 | 0.95 | - |
| YUV | 69.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 2 | 0 | 0.78 | 0.99 | 0.37 | 12.91 | 0.98 | 0.32 |
| Hex | A0 | 24 | 2 | 0 | 4E | 63 | 25 | D | 62 | 20 |
| Octal | 240 | 44 | 2 | 0 | 116 | 143 | 45 | 15 | 142 | 40 |
| Binary | 10100000 | 100100 | 10 | 0 | 1001110 | 1100011 | 100101 | 1101 | 1100010 | 100000 |
Color Harmonies of #A02402
Complementary color
Monochromatic Colors of #A02402
Black with #A02402
Text Example
Text Example
White with #A02402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02402; }
p { color: rgb(160,36,2); }
H1.HeaderClassName
{
color: #A02402;
}
.AnyTagClassName
{
color: #A02402;
}
</style>
background-color css
<style>
a { background-color: #A02402; }
a { background-color: rgb(160,36,2); }
div.DivClassName
{
background-color: #A02402;
}
.BgClassName
{
background-color: #A02402;
}
</style>
border-color css
<style>
span { border-color: #A02402; }
span { border-color: rgb(160,36,2); }
td.TdClassName
{
border-color: #A02402;
}
.TagClassName
{
border-color: #A02402;
}
</style>