Shades of Rust #A63012
Tints of Rust #A63012
RGB
CMYK
RGB Variations
Color information
#A63012 (or 0xA63012) is known color: Rust. HEX triplet: A6, 30 and 12. RGB value is (166,48,18). Sum of RGB (Red+Green+Blue) = 166+48+18=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A63012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63012 is #59CFED. Grayscale: #505050. Windows color (decimal): -5885934 or 1192102. OLE color: 1192102.
HSL color Cylindrical-coordinate representation of color #A63012: hue angle of 12.16º 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 #A63012 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.35 |
| HSL | 12.16º | 0.8% | 0.36% | - |
| HSV(B) | 12.16º | 0.89% | 0.65% | - |
| XYZ | 16.89 | 10.26 | 1.66 | - |
| YUV | 79.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 18 | 0 | 0.71 | 0.89 | 0.35 | 12.16 | 0.8 | 0.36 |
| Hex | A6 | 30 | 12 | 0 | 47 | 59 | 23 | C | 50 | 24 |
| Octal | 246 | 60 | 22 | 0 | 107 | 131 | 43 | 14 | 120 | 44 |
| Binary | 10100110 | 110000 | 10010 | 0 | 1000111 | 1011001 | 100011 | 1100 | 1010000 | 100100 |
Color Harmonies of #A63012
Complementary color
Monochromatic Colors of #A63012
Black with #A63012
Text Example
Text Example
White with #A63012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63012; }
p { color: rgb(166,48,18); }
H1.HeaderClassName
{
color: #A63012;
}
.AnyTagClassName
{
color: #A63012;
}
</style>
background-color css
<style>
a { background-color: #A63012; }
a { background-color: rgb(166,48,18); }
div.DivClassName
{
background-color: #A63012;
}
.BgClassName
{
background-color: #A63012;
}
</style>
border-color css
<style>
span { border-color: #A63012; }
span { border-color: rgb(166,48,18); }
td.TdClassName
{
border-color: #A63012;
}
.TagClassName
{
border-color: #A63012;
}
</style>