Shades of Rust #A64314
Tints of Rust #A64314
RGB
CMYK
RGB Variations
Color information
#A64314 (or 0xA64314) is known color: Rust. HEX triplet: A6, 43 and 14. RGB value is (166,67,20). Sum of RGB (Red+Green+Blue) = 166+67+20=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A64314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64314 is #59BCEB. Grayscale: #5B5B5B. Windows color (decimal): -5881068 or 1328038. OLE color: 1328038.
HSL color Cylindrical-coordinate representation of color #A64314: hue angle of 19.32º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64314 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 20 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.35 |
| HSL | 19.32º | 0.78% | 0.36% | - |
| HSV(B) | 19.32º | 0.88% | 0.65% | - |
| XYZ | 17.86 | 12.17 | 2.07 | - |
| YUV | 91.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 20 | 0 | 0.60 | 0.88 | 0.35 | 19.32 | 0.78 | 0.36 |
| Hex | A6 | 43 | 14 | 0 | 3C | 58 | 23 | 13 | 4E | 24 |
| Octal | 246 | 103 | 24 | 0 | 74 | 130 | 43 | 23 | 116 | 44 |
| Binary | 10100110 | 1000011 | 10100 | 0 | 111100 | 1011000 | 100011 | 10011 | 1001110 | 100100 |
Color Harmonies of #A64314
Complementary color
Monochromatic Colors of #A64314
Black with #A64314
Text Example
Text Example
White with #A64314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64314; }
p { color: rgb(166,67,20); }
H1.HeaderClassName
{
color: #A64314;
}
.AnyTagClassName
{
color: #A64314;
}
</style>
background-color css
<style>
a { background-color: #A64314; }
a { background-color: rgb(166,67,20); }
div.DivClassName
{
background-color: #A64314;
}
.BgClassName
{
background-color: #A64314;
}
</style>
border-color css
<style>
span { border-color: #A64314; }
span { border-color: rgb(166,67,20); }
td.TdClassName
{
border-color: #A64314;
}
.TagClassName
{
border-color: #A64314;
}
</style>