Shades of Rust #A6360C
Tints of Rust #A6360C
RGB
CMYK
RGB Variations
Color information
#A6360C (or 0xA6360C) is known color: Rust. HEX triplet: A6, 36 and 0C. RGB value is (166,54,12). Sum of RGB (Red+Green+Blue) = 166+54+12=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6360C is #59C9F3. Grayscale: #525252. Windows color (decimal): -5884404 or 800422. OLE color: 800422.
HSL color Cylindrical-coordinate representation of color #A6360C: hue angle of 16.36º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6360C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.35 |
| HSL | 16.36º | 0.87% | 0.35% | - |
| HSV(B) | 16.36º | 0.93% | 0.65% | - |
| XYZ | 17.11 | 10.77 | 1.53 | - |
| YUV | 82.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 12 | 0 | 0.67 | 0.93 | 0.35 | 16.36 | 0.87 | 0.35 |
| Hex | A6 | 36 | C | 0 | 43 | 5D | 23 | 10 | 57 | 23 |
| Octal | 246 | 66 | 14 | 0 | 103 | 135 | 43 | 20 | 127 | 43 |
| Binary | 10100110 | 110110 | 1100 | 0 | 1000011 | 1011101 | 100011 | 10000 | 1010111 | 100011 |
Color Harmonies of #A6360C
Complementary color
Monochromatic Colors of #A6360C
Black with #A6360C
Text Example
Text Example
White with #A6360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6360C; }
p { color: rgb(166,54,12); }
H1.HeaderClassName
{
color: #A6360C;
}
.AnyTagClassName
{
color: #A6360C;
}
</style>
background-color css
<style>
a { background-color: #A6360C; }
a { background-color: rgb(166,54,12); }
div.DivClassName
{
background-color: #A6360C;
}
.BgClassName
{
background-color: #A6360C;
}
</style>
border-color css
<style>
span { border-color: #A6360C; }
span { border-color: rgb(166,54,12); }
td.TdClassName
{
border-color: #A6360C;
}
.TagClassName
{
border-color: #A6360C;
}
</style>