Shades of Rust #A6380D
Tints of Rust #A6380D
RGB
CMYK
RGB Variations
Color information
#A6380D (or 0xA6380D) is known color: Rust. HEX triplet: A6, 38 and 0D. RGB value is (166,56,13). Sum of RGB (Red+Green+Blue) = 166+56+13=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A6380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6380D is #59C7F2. Grayscale: #545454. Windows color (decimal): -5883891 or 866470. OLE color: 866470.
HSL color Cylindrical-coordinate representation of color #A6380D: hue angle of 16.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6380D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 13 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.35 |
| HSL | 16.86º | 0.85% | 0.35% | - |
| HSV(B) | 16.86º | 0.92% | 0.65% | - |
| XYZ | 17.21 | 10.96 | 1.59 | - |
| YUV | 83.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 13 | 0 | 0.66 | 0.92 | 0.35 | 16.86 | 0.85 | 0.35 |
| Hex | A6 | 38 | D | 0 | 42 | 5C | 23 | 11 | 55 | 23 |
| Octal | 246 | 70 | 15 | 0 | 102 | 134 | 43 | 21 | 125 | 43 |
| Binary | 10100110 | 111000 | 1101 | 0 | 1000010 | 1011100 | 100011 | 10001 | 1010101 | 100011 |
Color Harmonies of #A6380D
Complementary color
Monochromatic Colors of #A6380D
Black with #A6380D
Text Example
Text Example
White with #A6380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6380D; }
p { color: rgb(166,56,13); }
H1.HeaderClassName
{
color: #A6380D;
}
.AnyTagClassName
{
color: #A6380D;
}
</style>
background-color css
<style>
a { background-color: #A6380D; }
a { background-color: rgb(166,56,13); }
div.DivClassName
{
background-color: #A6380D;
}
.BgClassName
{
background-color: #A6380D;
}
</style>
border-color css
<style>
span { border-color: #A6380D; }
span { border-color: rgb(166,56,13); }
td.TdClassName
{
border-color: #A6380D;
}
.TagClassName
{
border-color: #A6380D;
}
</style>