Shades of Rust #A8421B
Tints of Rust #A8421B
RGB
CMYK
RGB Variations
Color information
#A8421B (or 0xA8421B) is known color: Rust. HEX triplet: A8, 42 and 1B. RGB value is (168,66,27). Sum of RGB (Red+Green+Blue) = 168+66+27=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8421B is #57BDE4. Grayscale: #5C5C5C. Windows color (decimal): -5750245 or 1786536. OLE color: 1786536.
HSL color Cylindrical-coordinate representation of color #A8421B: hue angle of 16.6º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8421B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.34 |
| HSL | 16.6º | 0.72% | 0.38% | - |
| HSV(B) | 16.6º | 0.84% | 0.66% | - |
| XYZ | 18.29 | 12.3 | 2.45 | - |
| YUV | 92.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 27 | 0 | 0.61 | 0.84 | 0.34 | 16.6 | 0.72 | 0.38 |
| Hex | A8 | 42 | 1B | 0 | 3D | 54 | 22 | 11 | 48 | 26 |
| Octal | 250 | 102 | 33 | 0 | 75 | 124 | 42 | 21 | 110 | 46 |
| Binary | 10101000 | 1000010 | 11011 | 0 | 111101 | 1010100 | 100010 | 10001 | 1001000 | 100110 |
Color Harmonies of #A8421B
Complementary color
Monochromatic Colors of #A8421B
Black with #A8421B
Text Example
Text Example
White with #A8421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8421B; }
p { color: rgb(168,66,27); }
H1.HeaderClassName
{
color: #A8421B;
}
.AnyTagClassName
{
color: #A8421B;
}
</style>
background-color css
<style>
a { background-color: #A8421B; }
a { background-color: rgb(168,66,27); }
div.DivClassName
{
background-color: #A8421B;
}
.BgClassName
{
background-color: #A8421B;
}
</style>
border-color css
<style>
span { border-color: #A8421B; }
span { border-color: rgb(168,66,27); }
td.TdClassName
{
border-color: #A8421B;
}
.TagClassName
{
border-color: #A8421B;
}
</style>