Shades of Rust #A63F10
Tints of Rust #A63F10
RGB
CMYK
RGB Variations
Color information
#A63F10 (or 0xA63F10) is known color: Rust. HEX triplet: A6, 3F and 10. RGB value is (166,63,16). Sum of RGB (Red+Green+Blue) = 166+63+16=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F10 is #59C0EF. Grayscale: #585858. Windows color (decimal): -5882096 or 1064870. OLE color: 1064870.
HSL color Cylindrical-coordinate representation of color #A63F10: hue angle of 18.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63F10 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 16 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.35 |
| HSL | 18.8º | 0.82% | 0.36% | - |
| HSV(B) | 18.8º | 0.9% | 0.65% | - |
| XYZ | 17.6 | 11.7 | 1.82 | - |
| YUV | 88.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 16 | 0 | 0.62 | 0.90 | 0.35 | 18.8 | 0.82 | 0.36 |
| Hex | A6 | 3F | 10 | 0 | 3E | 5A | 23 | 13 | 52 | 24 |
| Octal | 246 | 77 | 20 | 0 | 76 | 132 | 43 | 23 | 122 | 44 |
| Binary | 10100110 | 111111 | 10000 | 0 | 111110 | 1011010 | 100011 | 10011 | 1010010 | 100100 |
Color Harmonies of #A63F10
Complementary color
Monochromatic Colors of #A63F10
Black with #A63F10
Text Example
Text Example
White with #A63F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F10; }
p { color: rgb(166,63,16); }
H1.HeaderClassName
{
color: #A63F10;
}
.AnyTagClassName
{
color: #A63F10;
}
</style>
background-color css
<style>
a { background-color: #A63F10; }
a { background-color: rgb(166,63,16); }
div.DivClassName
{
background-color: #A63F10;
}
.BgClassName
{
background-color: #A63F10;
}
</style>
border-color css
<style>
span { border-color: #A63F10; }
span { border-color: rgb(166,63,16); }
td.TdClassName
{
border-color: #A63F10;
}
.TagClassName
{
border-color: #A63F10;
}
</style>