Shades of Rust #A6310B
Tints of Rust #A6310B
RGB
CMYK
RGB Variations
Color information
#A6310B (or 0xA6310B) is known color: Rust. HEX triplet: A6, 31 and 0B. RGB value is (166,49,11). Sum of RGB (Red+Green+Blue) = 166+49+11=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A6310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6310B is #59CEF4. Grayscale: #4F4F4F. Windows color (decimal): -5885685 or 733606. OLE color: 733606.
HSL color Cylindrical-coordinate representation of color #A6310B: hue angle of 14.71º degrees, saturation: 0.88, 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 #A6310B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.35 |
| HSL | 14.71º | 0.88% | 0.35% | - |
| HSV(B) | 14.71º | 0.93% | 0.65% | - |
| XYZ | 16.88 | 10.33 | 1.42 | - |
| YUV | 79.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 11 | 0 | 0.70 | 0.93 | 0.35 | 14.71 | 0.88 | 0.35 |
| Hex | A6 | 31 | B | 0 | 46 | 5D | 23 | F | 58 | 23 |
| Octal | 246 | 61 | 13 | 0 | 106 | 135 | 43 | 17 | 130 | 43 |
| Binary | 10100110 | 110001 | 1011 | 0 | 1000110 | 1011101 | 100011 | 1111 | 1011000 | 100011 |
Color Harmonies of #A6310B
Complementary color
Monochromatic Colors of #A6310B
Black with #A6310B
Text Example
Text Example
White with #A6310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6310B; }
p { color: rgb(166,49,11); }
H1.HeaderClassName
{
color: #A6310B;
}
.AnyTagClassName
{
color: #A6310B;
}
</style>
background-color css
<style>
a { background-color: #A6310B; }
a { background-color: rgb(166,49,11); }
div.DivClassName
{
background-color: #A6310B;
}
.BgClassName
{
background-color: #A6310B;
}
</style>
border-color css
<style>
span { border-color: #A6310B; }
span { border-color: rgb(166,49,11); }
td.TdClassName
{
border-color: #A6310B;
}
.TagClassName
{
border-color: #A6310B;
}
</style>