Shades of Rust #A64A0D
Tints of Rust #A64A0D
RGB
CMYK
RGB Variations
Color information
#A64A0D (or 0xA64A0D) is known color: Rust. HEX triplet: A6, 4A and 0D. RGB value is (166,74,13). Sum of RGB (Red+Green+Blue) = 166+74+13=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A0D is #59B5F2. Grayscale: #5E5E5E. Windows color (decimal): -5879283 or 871078. OLE color: 871078.
HSL color Cylindrical-coordinate representation of color #A64A0D: hue angle of 23.92º 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 #A64A0D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 13 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.35 |
| HSL | 23.92º | 0.85% | 0.35% | - |
| HSV(B) | 23.92º | 0.92% | 0.65% | - |
| XYZ | 18.25 | 13.03 | 1.93 | - |
| YUV | 94.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 13 | 0 | 0.55 | 0.92 | 0.35 | 23.92 | 0.85 | 0.35 |
| Hex | A6 | 4A | D | 0 | 37 | 5C | 23 | 18 | 55 | 23 |
| Octal | 246 | 112 | 15 | 0 | 67 | 134 | 43 | 30 | 125 | 43 |
| Binary | 10100110 | 1001010 | 1101 | 0 | 110111 | 1011100 | 100011 | 11000 | 1010101 | 100011 |
Color Harmonies of #A64A0D
Complementary color
Monochromatic Colors of #A64A0D
Black with #A64A0D
Text Example
Text Example
White with #A64A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A0D; }
p { color: rgb(166,74,13); }
H1.HeaderClassName
{
color: #A64A0D;
}
.AnyTagClassName
{
color: #A64A0D;
}
</style>
background-color css
<style>
a { background-color: #A64A0D; }
a { background-color: rgb(166,74,13); }
div.DivClassName
{
background-color: #A64A0D;
}
.BgClassName
{
background-color: #A64A0D;
}
</style>
border-color css
<style>
span { border-color: #A64A0D; }
span { border-color: rgb(166,74,13); }
td.TdClassName
{
border-color: #A64A0D;
}
.TagClassName
{
border-color: #A64A0D;
}
</style>