Shades of Rust #A02B08
Tints of Rust #A02B08
RGB
CMYK
RGB Variations
Color information
#A02B08 (or 0xA02B08) is known color: Rust. HEX triplet: A0, 2B and 08. RGB value is (160,43,8). Sum of RGB (Red+Green+Blue) = 160+43+8=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B08 is #5FD4F7. Grayscale: #4A4A4A. Windows color (decimal): -6280440 or 535456. OLE color: 535456.
HSL color Cylindrical-coordinate representation of color #A02B08: hue angle of 13.82º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A02B08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.37 |
| HSL | 13.82º | 0.9% | 0.33% | - |
| HSV(B) | 13.82º | 0.95% | 0.63% | - |
| XYZ | 15.4 | 9.22 | 1.2 | - |
| YUV | 73.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 8 | 0 | 0.73 | 0.95 | 0.37 | 13.82 | 0.9 | 0.33 |
| Hex | A0 | 2B | 8 | 0 | 49 | 5F | 25 | E | 5A | 21 |
| Octal | 240 | 53 | 10 | 0 | 111 | 137 | 45 | 16 | 132 | 41 |
| Binary | 10100000 | 101011 | 1000 | 0 | 1001001 | 1011111 | 100101 | 1110 | 1011010 | 100001 |
Color Harmonies of #A02B08
Complementary color
Monochromatic Colors of #A02B08
Black with #A02B08
Text Example
Text Example
White with #A02B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B08; }
p { color: rgb(160,43,8); }
H1.HeaderClassName
{
color: #A02B08;
}
.AnyTagClassName
{
color: #A02B08;
}
</style>
background-color css
<style>
a { background-color: #A02B08; }
a { background-color: rgb(160,43,8); }
div.DivClassName
{
background-color: #A02B08;
}
.BgClassName
{
background-color: #A02B08;
}
</style>
border-color css
<style>
span { border-color: #A02B08; }
span { border-color: rgb(160,43,8); }
td.TdClassName
{
border-color: #A02B08;
}
.TagClassName
{
border-color: #A02B08;
}
</style>