Shades of Rust #A62908
Tints of Rust #A62908
RGB
CMYK
RGB Variations
Color information
#A62908 (or 0xA62908) is known color: Rust. HEX triplet: A6, 29 and 08. RGB value is (166,41,8). Sum of RGB (Red+Green+Blue) = 166+41+8=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A62908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62908 is #59D6F7. Grayscale: #4A4A4A. Windows color (decimal): -5887736 or 534950. OLE color: 534950.
HSL color Cylindrical-coordinate representation of color #A62908: hue angle of 12.53º 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 #A62908 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.35 |
| HSL | 12.53º | 0.91% | 0.34% | - |
| HSV(B) | 12.53º | 0.95% | 0.65% | - |
| XYZ | 16.56 | 9.71 | 1.23 | - |
| YUV | 74.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 8 | 0 | 0.75 | 0.95 | 0.35 | 12.53 | 0.91 | 0.34 |
| Hex | A6 | 29 | 8 | 0 | 4B | 5F | 23 | D | 5B | 22 |
| Octal | 246 | 51 | 10 | 0 | 113 | 137 | 43 | 15 | 133 | 42 |
| Binary | 10100110 | 101001 | 1000 | 0 | 1001011 | 1011111 | 100011 | 1101 | 1011011 | 100010 |
Color Harmonies of #A62908
Complementary color
Monochromatic Colors of #A62908
Black with #A62908
Text Example
Text Example
White with #A62908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62908; }
p { color: rgb(166,41,8); }
H1.HeaderClassName
{
color: #A62908;
}
.AnyTagClassName
{
color: #A62908;
}
</style>
background-color css
<style>
a { background-color: #A62908; }
a { background-color: rgb(166,41,8); }
div.DivClassName
{
background-color: #A62908;
}
.BgClassName
{
background-color: #A62908;
}
</style>
border-color css
<style>
span { border-color: #A62908; }
span { border-color: rgb(166,41,8); }
td.TdClassName
{
border-color: #A62908;
}
.TagClassName
{
border-color: #A62908;
}
</style>