Shades of Rust #A8450E
Tints of Rust #A8450E
RGB
CMYK
RGB Variations
Color information
#A8450E (or 0xA8450E) is known color: Rust. HEX triplet: A8, 45 and 0E. RGB value is (168,69,14). Sum of RGB (Red+Green+Blue) = 168+69+14=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8450E is #57BAF1. Grayscale: #5C5C5C. Windows color (decimal): -5749490 or 935336. OLE color: 935336.
HSL color Cylindrical-coordinate representation of color #A8450E: hue angle of 21.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8450E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.34 |
| HSL | 21.43º | 0.85% | 0.36% | - |
| HSV(B) | 21.43º | 0.92% | 0.66% | - |
| XYZ | 18.36 | 12.61 | 1.88 | - |
| YUV | 92.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 14 | 0 | 0.59 | 0.92 | 0.34 | 21.43 | 0.85 | 0.36 |
| Hex | A8 | 45 | E | 0 | 3B | 5C | 22 | 15 | 55 | 24 |
| Octal | 250 | 105 | 16 | 0 | 73 | 134 | 42 | 25 | 125 | 44 |
| Binary | 10101000 | 1000101 | 1110 | 0 | 111011 | 1011100 | 100010 | 10101 | 1010101 | 100100 |
Color Harmonies of #A8450E
Complementary color
Monochromatic Colors of #A8450E
Black with #A8450E
Text Example
Text Example
White with #A8450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8450E; }
p { color: rgb(168,69,14); }
H1.HeaderClassName
{
color: #A8450E;
}
.AnyTagClassName
{
color: #A8450E;
}
</style>
background-color css
<style>
a { background-color: #A8450E; }
a { background-color: rgb(168,69,14); }
div.DivClassName
{
background-color: #A8450E;
}
.BgClassName
{
background-color: #A8450E;
}
</style>
border-color css
<style>
span { border-color: #A8450E; }
span { border-color: rgb(168,69,14); }
td.TdClassName
{
border-color: #A8450E;
}
.TagClassName
{
border-color: #A8450E;
}
</style>