Shades of Rust #A2300D
Tints of Rust #A2300D
RGB
CMYK
RGB Variations
Color information
#A2300D (or 0xA2300D) is known color: Rust. HEX triplet: A2, 30 and 0D. RGB value is (162,48,13). Sum of RGB (Red+Green+Blue) = 162+48+13=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2300D is #5DCFF2. Grayscale: #4E4E4E. Windows color (decimal): -6148083 or 864418. OLE color: 864418.
HSL color Cylindrical-coordinate representation of color #A2300D: hue angle of 14.09º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2300D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.36 |
| HSL | 14.09º | 0.85% | 0.34% | - |
| HSV(B) | 14.09º | 0.92% | 0.64% | - |
| XYZ | 16.03 | 9.82 | 1.43 | - |
| YUV | 78.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 13 | 0 | 0.70 | 0.92 | 0.36 | 14.09 | 0.85 | 0.34 |
| Hex | A2 | 30 | D | 0 | 46 | 5C | 24 | E | 55 | 22 |
| Octal | 242 | 60 | 15 | 0 | 106 | 134 | 44 | 16 | 125 | 42 |
| Binary | 10100010 | 110000 | 1101 | 0 | 1000110 | 1011100 | 100100 | 1110 | 1010101 | 100010 |
Color Harmonies of #A2300D
Complementary color
Monochromatic Colors of #A2300D
Black with #A2300D
Text Example
Text Example
White with #A2300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2300D; }
p { color: rgb(162,48,13); }
H1.HeaderClassName
{
color: #A2300D;
}
.AnyTagClassName
{
color: #A2300D;
}
</style>
background-color css
<style>
a { background-color: #A2300D; }
a { background-color: rgb(162,48,13); }
div.DivClassName
{
background-color: #A2300D;
}
.BgClassName
{
background-color: #A2300D;
}
</style>
border-color css
<style>
span { border-color: #A2300D; }
span { border-color: rgb(162,48,13); }
td.TdClassName
{
border-color: #A2300D;
}
.TagClassName
{
border-color: #A2300D;
}
</style>