Shades of Rust #A6380B
Tints of Rust #A6380B
RGB
CMYK
RGB Variations
Color information
#A6380B (or 0xA6380B) is known color: Rust. HEX triplet: A6, 38 and 0B. RGB value is (166,56,11). Sum of RGB (Red+Green+Blue) = 166+56+11=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6380B is #59C7F4. Grayscale: #545454. Windows color (decimal): -5883893 or 735398. OLE color: 735398.
HSL color Cylindrical-coordinate representation of color #A6380B: hue angle of 17.42º 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 #A6380B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 11 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.35 |
| HSL | 17.42º | 0.88% | 0.35% | - |
| HSV(B) | 17.42º | 0.93% | 0.65% | - |
| XYZ | 17.2 | 10.96 | 1.53 | - |
| YUV | 83.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 11 | 0 | 0.66 | 0.93 | 0.35 | 17.42 | 0.88 | 0.35 |
| Hex | A6 | 38 | B | 0 | 42 | 5D | 23 | 11 | 58 | 23 |
| Octal | 246 | 70 | 13 | 0 | 102 | 135 | 43 | 21 | 130 | 43 |
| Binary | 10100110 | 111000 | 1011 | 0 | 1000010 | 1011101 | 100011 | 10001 | 1011000 | 100011 |
Color Harmonies of #A6380B
Complementary color
Monochromatic Colors of #A6380B
Black with #A6380B
Text Example
Text Example
White with #A6380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6380B; }
p { color: rgb(166,56,11); }
H1.HeaderClassName
{
color: #A6380B;
}
.AnyTagClassName
{
color: #A6380B;
}
</style>
background-color css
<style>
a { background-color: #A6380B; }
a { background-color: rgb(166,56,11); }
div.DivClassName
{
background-color: #A6380B;
}
.BgClassName
{
background-color: #A6380B;
}
</style>
border-color css
<style>
span { border-color: #A6380B; }
span { border-color: rgb(166,56,11); }
td.TdClassName
{
border-color: #A6380B;
}
.TagClassName
{
border-color: #A6380B;
}
</style>