Shades of Rust #A63912
Tints of Rust #A63912
RGB
CMYK
RGB Variations
Color information
#A63912 (or 0xA63912) is known color: Rust. HEX triplet: A6, 39 and 12. RGB value is (166,57,18). Sum of RGB (Red+Green+Blue) = 166+57+18=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A63912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63912 is #59C6ED. Grayscale: #555555. Windows color (decimal): -5883630 or 1194406. OLE color: 1194406.
HSL color Cylindrical-coordinate representation of color #A63912: hue angle of 15.81º degrees, saturation: 0.8, 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 #A63912 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.35 |
| HSL | 15.81º | 0.8% | 0.36% | - |
| HSV(B) | 15.81º | 0.89% | 0.65% | - |
| XYZ | 17.3 | 11.08 | 1.8 | - |
| YUV | 85.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 18 | 0 | 0.66 | 0.89 | 0.35 | 15.81 | 0.8 | 0.36 |
| Hex | A6 | 39 | 12 | 0 | 42 | 59 | 23 | 10 | 50 | 24 |
| Octal | 246 | 71 | 22 | 0 | 102 | 131 | 43 | 20 | 120 | 44 |
| Binary | 10100110 | 111001 | 10010 | 0 | 1000010 | 1011001 | 100011 | 10000 | 1010000 | 100100 |
Color Harmonies of #A63912
Complementary color
Monochromatic Colors of #A63912
Black with #A63912
Text Example
Text Example
White with #A63912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63912; }
p { color: rgb(166,57,18); }
H1.HeaderClassName
{
color: #A63912;
}
.AnyTagClassName
{
color: #A63912;
}
</style>
background-color css
<style>
a { background-color: #A63912; }
a { background-color: rgb(166,57,18); }
div.DivClassName
{
background-color: #A63912;
}
.BgClassName
{
background-color: #A63912;
}
</style>
border-color css
<style>
span { border-color: #A63912; }
span { border-color: rgb(166,57,18); }
td.TdClassName
{
border-color: #A63912;
}
.TagClassName
{
border-color: #A63912;
}
</style>