Shades of Rust #A8431B
Tints of Rust #A8431B
RGB
CMYK
RGB Variations
Color information
#A8431B (or 0xA8431B) is known color: Rust. HEX triplet: A8, 43 and 1B. RGB value is (168,67,27). Sum of RGB (Red+Green+Blue) = 168+67+27=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8431B is #57BCE4. Grayscale: #5C5C5C. Windows color (decimal): -5749989 or 1786792. OLE color: 1786792.
HSL color Cylindrical-coordinate representation of color #A8431B: hue angle of 17.02º 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 #A8431B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 27 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.34 |
| HSL | 17.02º | 0.72% | 0.38% | - |
| HSV(B) | 17.02º | 0.84% | 0.66% | - |
| XYZ | 18.35 | 12.42 | 2.47 | - |
| YUV | 92.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 27 | 0 | 0.60 | 0.84 | 0.34 | 17.02 | 0.72 | 0.38 |
| Hex | A8 | 43 | 1B | 0 | 3C | 54 | 22 | 11 | 48 | 26 |
| Octal | 250 | 103 | 33 | 0 | 74 | 124 | 42 | 21 | 110 | 46 |
| Binary | 10101000 | 1000011 | 11011 | 0 | 111100 | 1010100 | 100010 | 10001 | 1001000 | 100110 |
Color Harmonies of #A8431B
Complementary color
Monochromatic Colors of #A8431B
Black with #A8431B
Text Example
Text Example
White with #A8431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8431B; }
p { color: rgb(168,67,27); }
H1.HeaderClassName
{
color: #A8431B;
}
.AnyTagClassName
{
color: #A8431B;
}
</style>
background-color css
<style>
a { background-color: #A8431B; }
a { background-color: rgb(168,67,27); }
div.DivClassName
{
background-color: #A8431B;
}
.BgClassName
{
background-color: #A8431B;
}
</style>
border-color css
<style>
span { border-color: #A8431B; }
span { border-color: rgb(168,67,27); }
td.TdClassName
{
border-color: #A8431B;
}
.TagClassName
{
border-color: #A8431B;
}
</style>