Shades of Rust #A62D08
Tints of Rust #A62D08
RGB
CMYK
RGB Variations
Color information
#A62D08 (or 0xA62D08) is known color: Rust. HEX triplet: A6, 2D and 08. RGB value is (166,45,8). Sum of RGB (Red+Green+Blue) = 166+45+8=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D08 is #59D2F7. Grayscale: #4D4D4D. Windows color (decimal): -5886712 or 535974. OLE color: 535974.
HSL color Cylindrical-coordinate representation of color #A62D08: hue angle of 14.05º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A62D08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.35 |
| HSL | 14.05º | 0.91% | 0.34% | - |
| HSV(B) | 14.05º | 0.95% | 0.65% | - |
| XYZ | 16.71 | 10 | 1.28 | - |
| YUV | 76.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 8 | 0 | 0.73 | 0.95 | 0.35 | 14.05 | 0.91 | 0.34 |
| Hex | A6 | 2D | 8 | 0 | 49 | 5F | 23 | E | 5B | 22 |
| Octal | 246 | 55 | 10 | 0 | 111 | 137 | 43 | 16 | 133 | 42 |
| Binary | 10100110 | 101101 | 1000 | 0 | 1001001 | 1011111 | 100011 | 1110 | 1011011 | 100010 |
Color Harmonies of #A62D08
Complementary color
Monochromatic Colors of #A62D08
Black with #A62D08
Text Example
Text Example
White with #A62D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D08; }
p { color: rgb(166,45,8); }
H1.HeaderClassName
{
color: #A62D08;
}
.AnyTagClassName
{
color: #A62D08;
}
</style>
background-color css
<style>
a { background-color: #A62D08; }
a { background-color: rgb(166,45,8); }
div.DivClassName
{
background-color: #A62D08;
}
.BgClassName
{
background-color: #A62D08;
}
</style>
border-color css
<style>
span { border-color: #A62D08; }
span { border-color: rgb(166,45,8); }
td.TdClassName
{
border-color: #A62D08;
}
.TagClassName
{
border-color: #A62D08;
}
</style>