Shades of Rust #A63A18
Tints of Rust #A63A18
RGB
CMYK
RGB Variations
Color information
#A63A18 (or 0xA63A18) is known color: Rust. HEX triplet: A6, 3A and 18. RGB value is (166,58,24). Sum of RGB (Red+Green+Blue) = 166+58+24=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A18 is #59C5E7. Grayscale: #565656. Windows color (decimal): -5883368 or 1587878. OLE color: 1587878.
HSL color Cylindrical-coordinate representation of color #A63A18: hue angle of 14.37º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63A18 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 24 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.35 |
| HSL | 14.37º | 0.75% | 0.37% | - |
| HSV(B) | 14.37º | 0.86% | 0.65% | - |
| XYZ | 17.4 | 11.2 | 2.11 | - |
| YUV | 86.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 24 | 0 | 0.65 | 0.86 | 0.35 | 14.37 | 0.75 | 0.37 |
| Hex | A6 | 3A | 18 | 0 | 41 | 56 | 23 | E | 4B | 25 |
| Octal | 246 | 72 | 30 | 0 | 101 | 126 | 43 | 16 | 113 | 45 |
| Binary | 10100110 | 111010 | 11000 | 0 | 1000001 | 1010110 | 100011 | 1110 | 1001011 | 100101 |
Color Harmonies of #A63A18
Complementary color
Monochromatic Colors of #A63A18
Black with #A63A18
Text Example
Text Example
White with #A63A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A18; }
p { color: rgb(166,58,24); }
H1.HeaderClassName
{
color: #A63A18;
}
.AnyTagClassName
{
color: #A63A18;
}
</style>
background-color css
<style>
a { background-color: #A63A18; }
a { background-color: rgb(166,58,24); }
div.DivClassName
{
background-color: #A63A18;
}
.BgClassName
{
background-color: #A63A18;
}
</style>
border-color css
<style>
span { border-color: #A63A18; }
span { border-color: rgb(166,58,24); }
td.TdClassName
{
border-color: #A63A18;
}
.TagClassName
{
border-color: #A63A18;
}
</style>