Shades of Rust #A8410F
Tints of Rust #A8410F
RGB
CMYK
RGB Variations
Color information
#A8410F (or 0xA8410F) is known color: Rust. HEX triplet: A8, 41 and 0F. RGB value is (168,65,15). Sum of RGB (Red+Green+Blue) = 168+65+15=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8410F is #57BEF0. Grayscale: #5A5A5A. Windows color (decimal): -5750513 or 999848. OLE color: 999848.
HSL color Cylindrical-coordinate representation of color #A8410F: hue angle of 19.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8410F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.34 |
| HSL | 19.61º | 0.84% | 0.36% | - |
| HSV(B) | 19.61º | 0.91% | 0.66% | - |
| XYZ | 18.12 | 12.14 | 1.84 | - |
| YUV | 90.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 15 | 0 | 0.61 | 0.91 | 0.34 | 19.61 | 0.84 | 0.36 |
| Hex | A8 | 41 | F | 0 | 3D | 5B | 22 | 14 | 54 | 24 |
| Octal | 250 | 101 | 17 | 0 | 75 | 133 | 42 | 24 | 124 | 44 |
| Binary | 10101000 | 1000001 | 1111 | 0 | 111101 | 1011011 | 100010 | 10100 | 1010100 | 100100 |
Color Harmonies of #A8410F
Complementary color
Monochromatic Colors of #A8410F
Black with #A8410F
Text Example
Text Example
White with #A8410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8410F; }
p { color: rgb(168,65,15); }
H1.HeaderClassName
{
color: #A8410F;
}
.AnyTagClassName
{
color: #A8410F;
}
</style>
background-color css
<style>
a { background-color: #A8410F; }
a { background-color: rgb(168,65,15); }
div.DivClassName
{
background-color: #A8410F;
}
.BgClassName
{
background-color: #A8410F;
}
</style>
border-color css
<style>
span { border-color: #A8410F; }
span { border-color: rgb(168,65,15); }
td.TdClassName
{
border-color: #A8410F;
}
.TagClassName
{
border-color: #A8410F;
}
</style>