Shades of Rust #A63618
Tints of Rust #A63618
RGB
CMYK
RGB Variations
Color information
#A63618 (or 0xA63618) is known color: Rust. HEX triplet: A6, 36 and 18. RGB value is (166,54,24). Sum of RGB (Red+Green+Blue) = 166+54+24=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63618 is #59C9E7. Grayscale: #545454. Windows color (decimal): -5884392 or 1586854. OLE color: 1586854.
HSL color Cylindrical-coordinate representation of color #A63618: hue angle of 12.68º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63618 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 24 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.35 |
| HSL | 12.68º | 0.75% | 0.37% | - |
| HSV(B) | 12.68º | 0.86% | 0.65% | - |
| XYZ | 17.21 | 10.81 | 2.04 | - |
| YUV | 84.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 24 | 0 | 0.67 | 0.86 | 0.35 | 12.68 | 0.75 | 0.37 |
| Hex | A6 | 36 | 18 | 0 | 43 | 56 | 23 | D | 4B | 25 |
| Octal | 246 | 66 | 30 | 0 | 103 | 126 | 43 | 15 | 113 | 45 |
| Binary | 10100110 | 110110 | 11000 | 0 | 1000011 | 1010110 | 100011 | 1101 | 1001011 | 100101 |
Color Harmonies of #A63618
Complementary color
Monochromatic Colors of #A63618
Black with #A63618
Text Example
Text Example
White with #A63618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63618; }
p { color: rgb(166,54,24); }
H1.HeaderClassName
{
color: #A63618;
}
.AnyTagClassName
{
color: #A63618;
}
</style>
background-color css
<style>
a { background-color: #A63618; }
a { background-color: rgb(166,54,24); }
div.DivClassName
{
background-color: #A63618;
}
.BgClassName
{
background-color: #A63618;
}
</style>
border-color css
<style>
span { border-color: #A63618; }
span { border-color: rgb(166,54,24); }
td.TdClassName
{
border-color: #A63618;
}
.TagClassName
{
border-color: #A63618;
}
</style>