Shades of Rust #A2310B
Tints of Rust #A2310B
RGB
CMYK
RGB Variations
Color information
#A2310B (or 0xA2310B) is known color: Rust. HEX triplet: A2, 31 and 0B. RGB value is (162,49,11). Sum of RGB (Red+Green+Blue) = 162+49+11=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2310B is #5DCEF4. Grayscale: #4E4E4E. Windows color (decimal): -6147829 or 733602. OLE color: 733602.
HSL color Cylindrical-coordinate representation of color #A2310B: hue angle of 15.1º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2310B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.36 |
| HSL | 15.1º | 0.87% | 0.34% | - |
| HSV(B) | 15.1º | 0.93% | 0.64% | - |
| XYZ | 16.06 | 9.9 | 1.38 | - |
| YUV | 78.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 11 | 0 | 0.70 | 0.93 | 0.36 | 15.1 | 0.87 | 0.34 |
| Hex | A2 | 31 | B | 0 | 46 | 5D | 24 | F | 57 | 22 |
| Octal | 242 | 61 | 13 | 0 | 106 | 135 | 44 | 17 | 127 | 42 |
| Binary | 10100010 | 110001 | 1011 | 0 | 1000110 | 1011101 | 100100 | 1111 | 1010111 | 100010 |
Color Harmonies of #A2310B
Complementary color
Monochromatic Colors of #A2310B
Black with #A2310B
Text Example
Text Example
White with #A2310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2310B; }
p { color: rgb(162,49,11); }
H1.HeaderClassName
{
color: #A2310B;
}
.AnyTagClassName
{
color: #A2310B;
}
</style>
background-color css
<style>
a { background-color: #A2310B; }
a { background-color: rgb(162,49,11); }
div.DivClassName
{
background-color: #A2310B;
}
.BgClassName
{
background-color: #A2310B;
}
</style>
border-color css
<style>
span { border-color: #A2310B; }
span { border-color: rgb(162,49,11); }
td.TdClassName
{
border-color: #A2310B;
}
.TagClassName
{
border-color: #A2310B;
}
</style>