Shades of Rust #A62708
Tints of Rust #A62708
RGB
CMYK
RGB Variations
Color information
#A62708 (or 0xA62708) is known color: Rust. HEX triplet: A6, 27 and 08. RGB value is (166,39,8). Sum of RGB (Red+Green+Blue) = 166+39+8=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A62708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62708 is #59D8F7. Grayscale: #494949. Windows color (decimal): -5888248 or 534438. OLE color: 534438.
HSL color Cylindrical-coordinate representation of color #A62708: hue angle of 11.77º 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 #A62708 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.35 |
| HSL | 11.77º | 0.91% | 0.34% | - |
| HSV(B) | 11.77º | 0.95% | 0.65% | - |
| XYZ | 16.5 | 9.58 | 1.21 | - |
| YUV | 73.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 8 | 0 | 0.77 | 0.95 | 0.35 | 11.77 | 0.91 | 0.34 |
| Hex | A6 | 27 | 8 | 0 | 4D | 5F | 23 | C | 5B | 22 |
| Octal | 246 | 47 | 10 | 0 | 115 | 137 | 43 | 14 | 133 | 42 |
| Binary | 10100110 | 100111 | 1000 | 0 | 1001101 | 1011111 | 100011 | 1100 | 1011011 | 100010 |
Color Harmonies of #A62708
Complementary color
Monochromatic Colors of #A62708
Black with #A62708
Text Example
Text Example
White with #A62708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62708; }
p { color: rgb(166,39,8); }
H1.HeaderClassName
{
color: #A62708;
}
.AnyTagClassName
{
color: #A62708;
}
</style>
background-color css
<style>
a { background-color: #A62708; }
a { background-color: rgb(166,39,8); }
div.DivClassName
{
background-color: #A62708;
}
.BgClassName
{
background-color: #A62708;
}
</style>
border-color css
<style>
span { border-color: #A62708; }
span { border-color: rgb(166,39,8); }
td.TdClassName
{
border-color: #A62708;
}
.TagClassName
{
border-color: #A62708;
}
</style>