Shades of Rust #A8431A
Tints of Rust #A8431A
RGB
CMYK
RGB Variations
Color information
#A8431A (or 0xA8431A) is known color: Rust. HEX triplet: A8, 43 and 1A. RGB value is (168,67,26). Sum of RGB (Red+Green+Blue) = 168+67+26=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8431A is #57BCE5. Grayscale: #5C5C5C. Windows color (decimal): -5749990 or 1721256. OLE color: 1721256.
HSL color Cylindrical-coordinate representation of color #A8431A: hue angle of 17.32º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8431A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.34 |
| HSL | 17.32º | 0.73% | 0.38% | - |
| HSV(B) | 17.32º | 0.85% | 0.66% | - |
| XYZ | 18.34 | 12.41 | 2.41 | - |
| YUV | 92.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 26 | 0 | 0.60 | 0.85 | 0.34 | 17.32 | 0.73 | 0.38 |
| Hex | A8 | 43 | 1A | 0 | 3C | 55 | 22 | 11 | 49 | 26 |
| Octal | 250 | 103 | 32 | 0 | 74 | 125 | 42 | 21 | 111 | 46 |
| Binary | 10101000 | 1000011 | 11010 | 0 | 111100 | 1010101 | 100010 | 10001 | 1001001 | 100110 |
Color Harmonies of #A8431A
Complementary color
Monochromatic Colors of #A8431A
Black with #A8431A
Text Example
Text Example
White with #A8431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8431A; }
p { color: rgb(168,67,26); }
H1.HeaderClassName
{
color: #A8431A;
}
.AnyTagClassName
{
color: #A8431A;
}
</style>
background-color css
<style>
a { background-color: #A8431A; }
a { background-color: rgb(168,67,26); }
div.DivClassName
{
background-color: #A8431A;
}
.BgClassName
{
background-color: #A8431A;
}
</style>
border-color css
<style>
span { border-color: #A8431A; }
span { border-color: rgb(168,67,26); }
td.TdClassName
{
border-color: #A8431A;
}
.TagClassName
{
border-color: #A8431A;
}
</style>