Shades of Rust #A8410B
Tints of Rust #A8410B
RGB
CMYK
RGB Variations
Color information
#A8410B (or 0xA8410B) is known color: Rust. HEX triplet: A8, 41 and 0B. RGB value is (168,65,11). Sum of RGB (Red+Green+Blue) = 168+65+11=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8410B is #57BEF4. Grayscale: #595959. Windows color (decimal): -5750517 or 737704. OLE color: 737704.
HSL color Cylindrical-coordinate representation of color #A8410B: hue angle of 20.64º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8410B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.34 |
| HSL | 20.64º | 0.88% | 0.35% | - |
| HSV(B) | 20.64º | 0.93% | 0.66% | - |
| XYZ | 18.1 | 12.13 | 1.7 | - |
| YUV | 89.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 11 | 0 | 0.61 | 0.93 | 0.34 | 20.64 | 0.88 | 0.35 |
| Hex | A8 | 41 | B | 0 | 3D | 5D | 22 | 15 | 58 | 23 |
| Octal | 250 | 101 | 13 | 0 | 75 | 135 | 42 | 25 | 130 | 43 |
| Binary | 10101000 | 1000001 | 1011 | 0 | 111101 | 1011101 | 100010 | 10101 | 1011000 | 100011 |
Color Harmonies of #A8410B
Complementary color
Monochromatic Colors of #A8410B
Black with #A8410B
Text Example
Text Example
White with #A8410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8410B; }
p { color: rgb(168,65,11); }
H1.HeaderClassName
{
color: #A8410B;
}
.AnyTagClassName
{
color: #A8410B;
}
</style>
background-color css
<style>
a { background-color: #A8410B; }
a { background-color: rgb(168,65,11); }
div.DivClassName
{
background-color: #A8410B;
}
.BgClassName
{
background-color: #A8410B;
}
</style>
border-color css
<style>
span { border-color: #A8410B; }
span { border-color: rgb(168,65,11); }
td.TdClassName
{
border-color: #A8410B;
}
.TagClassName
{
border-color: #A8410B;
}
</style>