Shades of Rust #A8450C
Tints of Rust #A8450C
RGB
CMYK
RGB Variations
Color information
#A8450C (or 0xA8450C) is known color: Rust. HEX triplet: A8, 45 and 0C. RGB value is (168,69,12). Sum of RGB (Red+Green+Blue) = 168+69+12=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8450C is #57BAF3. Grayscale: #5C5C5C. Windows color (decimal): -5749492 or 804264. OLE color: 804264.
HSL color Cylindrical-coordinate representation of color #A8450C: hue angle of 21.92º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8450C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.34 |
| HSL | 21.92º | 0.87% | 0.35% | - |
| HSV(B) | 21.92º | 0.93% | 0.66% | - |
| XYZ | 18.34 | 12.61 | 1.81 | - |
| YUV | 92.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 12 | 0 | 0.59 | 0.93 | 0.34 | 21.92 | 0.87 | 0.35 |
| Hex | A8 | 45 | C | 0 | 3B | 5D | 22 | 16 | 57 | 23 |
| Octal | 250 | 105 | 14 | 0 | 73 | 135 | 42 | 26 | 127 | 43 |
| Binary | 10101000 | 1000101 | 1100 | 0 | 111011 | 1011101 | 100010 | 10110 | 1010111 | 100011 |
Color Harmonies of #A8450C
Complementary color
Monochromatic Colors of #A8450C
Black with #A8450C
Text Example
Text Example
White with #A8450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8450C; }
p { color: rgb(168,69,12); }
H1.HeaderClassName
{
color: #A8450C;
}
.AnyTagClassName
{
color: #A8450C;
}
</style>
background-color css
<style>
a { background-color: #A8450C; }
a { background-color: rgb(168,69,12); }
div.DivClassName
{
background-color: #A8450C;
}
.BgClassName
{
background-color: #A8450C;
}
</style>
border-color css
<style>
span { border-color: #A8450C; }
span { border-color: rgb(168,69,12); }
td.TdClassName
{
border-color: #A8450C;
}
.TagClassName
{
border-color: #A8450C;
}
</style>