Shades of Rust #A8411C
Tints of Rust #A8411C
RGB
CMYK
RGB Variations
Color information
#A8411C (or 0xA8411C) is known color: Rust. HEX triplet: A8, 41 and 1C. RGB value is (168,65,28). Sum of RGB (Red+Green+Blue) = 168+65+28=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8411C is #57BEE3. Grayscale: #5B5B5B. Windows color (decimal): -5750500 or 1851816. OLE color: 1851816.
HSL color Cylindrical-coordinate representation of color #A8411C: hue angle of 15.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8411C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 28 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.34 |
| HSL | 15.86º | 0.71% | 0.38% | - |
| HSV(B) | 15.86º | 0.83% | 0.66% | - |
| XYZ | 18.25 | 12.19 | 2.49 | - |
| YUV | 91.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 28 | 0 | 0.61 | 0.83 | 0.34 | 15.86 | 0.71 | 0.38 |
| Hex | A8 | 41 | 1C | 0 | 3D | 53 | 22 | 10 | 47 | 26 |
| Octal | 250 | 101 | 34 | 0 | 75 | 123 | 42 | 20 | 107 | 46 |
| Binary | 10101000 | 1000001 | 11100 | 0 | 111101 | 1010011 | 100010 | 10000 | 1000111 | 100110 |
Color Harmonies of #A8411C
Complementary color
Monochromatic Colors of #A8411C
Black with #A8411C
Text Example
Text Example
White with #A8411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8411C; }
p { color: rgb(168,65,28); }
H1.HeaderClassName
{
color: #A8411C;
}
.AnyTagClassName
{
color: #A8411C;
}
</style>
background-color css
<style>
a { background-color: #A8411C; }
a { background-color: rgb(168,65,28); }
div.DivClassName
{
background-color: #A8411C;
}
.BgClassName
{
background-color: #A8411C;
}
</style>
border-color css
<style>
span { border-color: #A8411C; }
span { border-color: rgb(168,65,28); }
td.TdClassName
{
border-color: #A8411C;
}
.TagClassName
{
border-color: #A8411C;
}
</style>