Shades of Rust #A02B0C
Tints of Rust #A02B0C
RGB
CMYK
RGB Variations
Color information
#A02B0C (or 0xA02B0C) is known color: Rust. HEX triplet: A0, 2B and 0C. RGB value is (160,43,12). Sum of RGB (Red+Green+Blue) = 160+43+12=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B0C is #5FD4F3. Grayscale: #4A4A4A. Windows color (decimal): -6280436 or 797600. OLE color: 797600.
HSL color Cylindrical-coordinate representation of color #A02B0C: hue angle of 12.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A02B0C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.37 |
| HSL | 12.57º | 0.86% | 0.34% | - |
| HSV(B) | 12.57º | 0.93% | 0.63% | - |
| XYZ | 15.43 | 9.23 | 1.32 | - |
| YUV | 74.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 12 | 0 | 0.73 | 0.93 | 0.37 | 12.57 | 0.86 | 0.34 |
| Hex | A0 | 2B | C | 0 | 49 | 5D | 25 | D | 56 | 22 |
| Octal | 240 | 53 | 14 | 0 | 111 | 135 | 45 | 15 | 126 | 42 |
| Binary | 10100000 | 101011 | 1100 | 0 | 1001001 | 1011101 | 100101 | 1101 | 1010110 | 100010 |
Color Harmonies of #A02B0C
Complementary color
Monochromatic Colors of #A02B0C
Black with #A02B0C
Text Example
Text Example
White with #A02B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B0C; }
p { color: rgb(160,43,12); }
H1.HeaderClassName
{
color: #A02B0C;
}
.AnyTagClassName
{
color: #A02B0C;
}
</style>
background-color css
<style>
a { background-color: #A02B0C; }
a { background-color: rgb(160,43,12); }
div.DivClassName
{
background-color: #A02B0C;
}
.BgClassName
{
background-color: #A02B0C;
}
</style>
border-color css
<style>
span { border-color: #A02B0C; }
span { border-color: rgb(160,43,12); }
td.TdClassName
{
border-color: #A02B0C;
}
.TagClassName
{
border-color: #A02B0C;
}
</style>