Shades of Rust #A63F19
Tints of Rust #A63F19
RGB
CMYK
RGB Variations
Color information
#A63F19 (or 0xA63F19) is known color: Rust. HEX triplet: A6, 3F and 19. RGB value is (166,63,25). Sum of RGB (Red+Green+Blue) = 166+63+25=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F19 is #59C0E6. Grayscale: #595959. Windows color (decimal): -5882087 or 1654694. OLE color: 1654694.
HSL color Cylindrical-coordinate representation of color #A63F19: hue angle of 16.17º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A63F19 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.35 |
| HSL | 16.17º | 0.74% | 0.37% | - |
| HSV(B) | 16.17º | 0.85% | 0.65% | - |
| XYZ | 17.68 | 11.73 | 2.25 | - |
| YUV | 89.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 25 | 0 | 0.62 | 0.85 | 0.35 | 16.17 | 0.74 | 0.37 |
| Hex | A6 | 3F | 19 | 0 | 3E | 55 | 23 | 10 | 4A | 25 |
| Octal | 246 | 77 | 31 | 0 | 76 | 125 | 43 | 20 | 112 | 45 |
| Binary | 10100110 | 111111 | 11001 | 0 | 111110 | 1010101 | 100011 | 10000 | 1001010 | 100101 |
Color Harmonies of #A63F19
Complementary color
Monochromatic Colors of #A63F19
Black with #A63F19
Text Example
Text Example
White with #A63F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F19; }
p { color: rgb(166,63,25); }
H1.HeaderClassName
{
color: #A63F19;
}
.AnyTagClassName
{
color: #A63F19;
}
</style>
background-color css
<style>
a { background-color: #A63F19; }
a { background-color: rgb(166,63,25); }
div.DivClassName
{
background-color: #A63F19;
}
.BgClassName
{
background-color: #A63F19;
}
</style>
border-color css
<style>
span { border-color: #A63F19; }
span { border-color: rgb(166,63,25); }
td.TdClassName
{
border-color: #A63F19;
}
.TagClassName
{
border-color: #A63F19;
}
</style>