Shades of Rust #A6450B
Tints of Rust #A6450B
RGB
CMYK
RGB Variations
Color information
#A6450B (or 0xA6450B) is known color: Rust. HEX triplet: A6, 45 and 0B. RGB value is (166,69,11). Sum of RGB (Red+Green+Blue) = 166+69+11=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450B is #59BAF4. Grayscale: #5B5B5B. Windows color (decimal): -5880565 or 738726. OLE color: 738726.
HSL color Cylindrical-coordinate representation of color #A6450B: hue angle of 22.45º 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 #A6450B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 11 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.35 |
| HSL | 22.45º | 0.88% | 0.35% | - |
| HSV(B) | 22.45º | 0.93% | 0.65% | - |
| XYZ | 17.91 | 12.39 | 1.76 | - |
| YUV | 91.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 11 | 0 | 0.58 | 0.93 | 0.35 | 22.45 | 0.88 | 0.35 |
| Hex | A6 | 45 | B | 0 | 3A | 5D | 23 | 16 | 58 | 23 |
| Octal | 246 | 105 | 13 | 0 | 72 | 135 | 43 | 26 | 130 | 43 |
| Binary | 10100110 | 1000101 | 1011 | 0 | 111010 | 1011101 | 100011 | 10110 | 1011000 | 100011 |
Color Harmonies of #A6450B
Complementary color
Monochromatic Colors of #A6450B
Black with #A6450B
Text Example
Text Example
White with #A6450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6450B; }
p { color: rgb(166,69,11); }
H1.HeaderClassName
{
color: #A6450B;
}
.AnyTagClassName
{
color: #A6450B;
}
</style>
background-color css
<style>
a { background-color: #A6450B; }
a { background-color: rgb(166,69,11); }
div.DivClassName
{
background-color: #A6450B;
}
.BgClassName
{
background-color: #A6450B;
}
</style>
border-color css
<style>
span { border-color: #A6450B; }
span { border-color: rgb(166,69,11); }
td.TdClassName
{
border-color: #A6450B;
}
.TagClassName
{
border-color: #A6450B;
}
</style>