Shades of Rust #A64319
Tints of Rust #A64319
RGB
CMYK
RGB Variations
Color information
#A64319 (or 0xA64319) is known color: Rust. HEX triplet: A6, 43 and 19. RGB value is (166,67,25). Sum of RGB (Red+Green+Blue) = 166+67+25=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64319 is #59BCE6. Grayscale: #5C5C5C. Windows color (decimal): -5881063 or 1655718. OLE color: 1655718.
HSL color Cylindrical-coordinate representation of color #A64319: hue angle of 17.87º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A64319 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 25 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.35 |
| HSL | 17.87º | 0.74% | 0.37% | - |
| HSV(B) | 17.87º | 0.85% | 0.65% | - |
| XYZ | 17.91 | 12.19 | 2.33 | - |
| YUV | 91.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 25 | 0 | 0.60 | 0.85 | 0.35 | 17.87 | 0.74 | 0.37 |
| Hex | A6 | 43 | 19 | 0 | 3C | 55 | 23 | 12 | 4A | 25 |
| Octal | 246 | 103 | 31 | 0 | 74 | 125 | 43 | 22 | 112 | 45 |
| Binary | 10100110 | 1000011 | 11001 | 0 | 111100 | 1010101 | 100011 | 10010 | 1001010 | 100101 |
Color Harmonies of #A64319
Complementary color
Monochromatic Colors of #A64319
Black with #A64319
Text Example
Text Example
White with #A64319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64319; }
p { color: rgb(166,67,25); }
H1.HeaderClassName
{
color: #A64319;
}
.AnyTagClassName
{
color: #A64319;
}
</style>
background-color css
<style>
a { background-color: #A64319; }
a { background-color: rgb(166,67,25); }
div.DivClassName
{
background-color: #A64319;
}
.BgClassName
{
background-color: #A64319;
}
</style>
border-color css
<style>
span { border-color: #A64319; }
span { border-color: rgb(166,67,25); }
td.TdClassName
{
border-color: #A64319;
}
.TagClassName
{
border-color: #A64319;
}
</style>