Shades of Rust #A8421C
Tints of Rust #A8421C
RGB
CMYK
RGB Variations
Color information
#A8421C (or 0xA8421C) is known color: Rust. HEX triplet: A8, 42 and 1C. RGB value is (168,66,28). Sum of RGB (Red+Green+Blue) = 168+66+28=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8421C is #57BDE3. Grayscale: #5C5C5C. Windows color (decimal): -5750244 or 1852072. OLE color: 1852072.
HSL color Cylindrical-coordinate representation of color #A8421C: hue angle of 16.29º 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 #A8421C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 28 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.34 |
| HSL | 16.29º | 0.71% | 0.38% | - |
| HSV(B) | 16.29º | 0.83% | 0.66% | - |
| XYZ | 18.31 | 12.31 | 2.51 | - |
| YUV | 92.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 28 | 0 | 0.61 | 0.83 | 0.34 | 16.29 | 0.71 | 0.38 |
| Hex | A8 | 42 | 1C | 0 | 3D | 53 | 22 | 10 | 47 | 26 |
| Octal | 250 | 102 | 34 | 0 | 75 | 123 | 42 | 20 | 107 | 46 |
| Binary | 10101000 | 1000010 | 11100 | 0 | 111101 | 1010011 | 100010 | 10000 | 1000111 | 100110 |
Color Harmonies of #A8421C
Complementary color
Monochromatic Colors of #A8421C
Black with #A8421C
Text Example
Text Example
White with #A8421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8421C; }
p { color: rgb(168,66,28); }
H1.HeaderClassName
{
color: #A8421C;
}
.AnyTagClassName
{
color: #A8421C;
}
</style>
background-color css
<style>
a { background-color: #A8421C; }
a { background-color: rgb(168,66,28); }
div.DivClassName
{
background-color: #A8421C;
}
.BgClassName
{
background-color: #A8421C;
}
</style>
border-color css
<style>
span { border-color: #A8421C; }
span { border-color: rgb(168,66,28); }
td.TdClassName
{
border-color: #A8421C;
}
.TagClassName
{
border-color: #A8421C;
}
</style>