Shades of Rust #A63A13
Tints of Rust #A63A13
RGB
CMYK
RGB Variations
Color information
#A63A13 (or 0xA63A13) is known color: Rust. HEX triplet: A6, 3A and 13. RGB value is (166,58,19). Sum of RGB (Red+Green+Blue) = 166+58+19=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A13 is #59C5EC. Grayscale: #565656. Windows color (decimal): -5883373 or 1260198. OLE color: 1260198.
HSL color Cylindrical-coordinate representation of color #A63A13: hue angle of 15.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A63A13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 19 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.35 |
| HSL | 15.92º | 0.79% | 0.36% | - |
| HSV(B) | 15.92º | 0.89% | 0.65% | - |
| XYZ | 17.36 | 11.18 | 1.86 | - |
| YUV | 85.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 19 | 0 | 0.65 | 0.89 | 0.35 | 15.92 | 0.79 | 0.36 |
| Hex | A6 | 3A | 13 | 0 | 41 | 59 | 23 | 10 | 4F | 24 |
| Octal | 246 | 72 | 23 | 0 | 101 | 131 | 43 | 20 | 117 | 44 |
| Binary | 10100110 | 111010 | 10011 | 0 | 1000001 | 1011001 | 100011 | 10000 | 1001111 | 100100 |
Color Harmonies of #A63A13
Complementary color
Monochromatic Colors of #A63A13
Black with #A63A13
Text Example
Text Example
White with #A63A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A13; }
p { color: rgb(166,58,19); }
H1.HeaderClassName
{
color: #A63A13;
}
.AnyTagClassName
{
color: #A63A13;
}
</style>
background-color css
<style>
a { background-color: #A63A13; }
a { background-color: rgb(166,58,19); }
div.DivClassName
{
background-color: #A63A13;
}
.BgClassName
{
background-color: #A63A13;
}
</style>
border-color css
<style>
span { border-color: #A63A13; }
span { border-color: rgb(166,58,19); }
td.TdClassName
{
border-color: #A63A13;
}
.TagClassName
{
border-color: #A63A13;
}
</style>