Shades of Rust #A2300B
Tints of Rust #A2300B
RGB
CMYK
RGB Variations
Color information
#A2300B (or 0xA2300B) is known color: Rust. HEX triplet: A2, 30 and 0B. RGB value is (162,48,11). Sum of RGB (Red+Green+Blue) = 162+48+11=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2300B is #5DCFF4. Grayscale: #4E4E4E. Windows color (decimal): -6148085 or 733346. OLE color: 733346.
HSL color Cylindrical-coordinate representation of color #A2300B: hue angle of 14.7º 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 #A2300B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.36 |
| HSL | 14.7º | 0.87% | 0.34% | - |
| HSV(B) | 14.7º | 0.93% | 0.64% | - |
| XYZ | 16.02 | 9.82 | 1.37 | - |
| YUV | 77.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 11 | 0 | 0.70 | 0.93 | 0.36 | 14.7 | 0.87 | 0.34 |
| Hex | A2 | 30 | B | 0 | 46 | 5D | 24 | F | 57 | 22 |
| Octal | 242 | 60 | 13 | 0 | 106 | 135 | 44 | 17 | 127 | 42 |
| Binary | 10100010 | 110000 | 1011 | 0 | 1000110 | 1011101 | 100100 | 1111 | 1010111 | 100010 |
Color Harmonies of #A2300B
Complementary color
Monochromatic Colors of #A2300B
Black with #A2300B
Text Example
Text Example
White with #A2300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2300B; }
p { color: rgb(162,48,11); }
H1.HeaderClassName
{
color: #A2300B;
}
.AnyTagClassName
{
color: #A2300B;
}
</style>
background-color css
<style>
a { background-color: #A2300B; }
a { background-color: rgb(162,48,11); }
div.DivClassName
{
background-color: #A2300B;
}
.BgClassName
{
background-color: #A2300B;
}
</style>
border-color css
<style>
span { border-color: #A2300B; }
span { border-color: rgb(162,48,11); }
td.TdClassName
{
border-color: #A2300B;
}
.TagClassName
{
border-color: #A2300B;
}
</style>