Shades of Rust #A62D04
Tints of Rust #A62D04
RGB
CMYK
RGB Variations
Color information
#A62D04 (or 0xA62D04) is known color: Rust. HEX triplet: A6, 2D and 04. RGB value is (166,45,4). Sum of RGB (Red+Green+Blue) = 166+45+4=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D04 is #59D2FB. Grayscale: #4C4C4C. Windows color (decimal): -5886716 or 273830. OLE color: 273830.
HSL color Cylindrical-coordinate representation of color #A62D04: hue angle of 15.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A62D04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.35 |
| HSL | 15.19º | 0.95% | 0.33% | - |
| HSV(B) | 15.19º | 0.98% | 0.65% | - |
| XYZ | 16.69 | 9.99 | 1.16 | - |
| YUV | 76.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 4 | 0 | 0.73 | 0.98 | 0.35 | 15.19 | 0.95 | 0.33 |
| Hex | A6 | 2D | 4 | 0 | 49 | 62 | 23 | F | 5F | 21 |
| Octal | 246 | 55 | 4 | 0 | 111 | 142 | 43 | 17 | 137 | 41 |
| Binary | 10100110 | 101101 | 100 | 0 | 1001001 | 1100010 | 100011 | 1111 | 1011111 | 100001 |
Color Harmonies of #A62D04
Complementary color
Monochromatic Colors of #A62D04
Black with #A62D04
Text Example
Text Example
White with #A62D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D04; }
p { color: rgb(166,45,4); }
H1.HeaderClassName
{
color: #A62D04;
}
.AnyTagClassName
{
color: #A62D04;
}
</style>
background-color css
<style>
a { background-color: #A62D04; }
a { background-color: rgb(166,45,4); }
div.DivClassName
{
background-color: #A62D04;
}
.BgClassName
{
background-color: #A62D04;
}
</style>
border-color css
<style>
span { border-color: #A62D04; }
span { border-color: rgb(166,45,4); }
td.TdClassName
{
border-color: #A62D04;
}
.TagClassName
{
border-color: #A62D04;
}
</style>