Shades of Rust #A8320F
Tints of Rust #A8320F
RGB
CMYK
RGB Variations
Color information
#A8320F (or 0xA8320F) is known color: Rust. HEX triplet: A8, 32 and 0F. RGB value is (168,50,15). Sum of RGB (Red+Green+Blue) = 168+50+15=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8320F is #57CDF0. Grayscale: #515151. Windows color (decimal): -5754353 or 996008. OLE color: 996008.
HSL color Cylindrical-coordinate representation of color #A8320F: hue angle of 13.73º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8320F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 15 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.34 |
| HSL | 13.73º | 0.84% | 0.36% | - |
| HSV(B) | 13.73º | 0.91% | 0.66% | - |
| XYZ | 17.38 | 10.64 | 1.59 | - |
| YUV | 81.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 15 | 0 | 0.70 | 0.91 | 0.34 | 13.73 | 0.84 | 0.36 |
| Hex | A8 | 32 | F | 0 | 46 | 5B | 22 | E | 54 | 24 |
| Octal | 250 | 62 | 17 | 0 | 106 | 133 | 42 | 16 | 124 | 44 |
| Binary | 10101000 | 110010 | 1111 | 0 | 1000110 | 1011011 | 100010 | 1110 | 1010100 | 100100 |
Color Harmonies of #A8320F
Complementary color
Monochromatic Colors of #A8320F
Black with #A8320F
Text Example
Text Example
White with #A8320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8320F; }
p { color: rgb(168,50,15); }
H1.HeaderClassName
{
color: #A8320F;
}
.AnyTagClassName
{
color: #A8320F;
}
</style>
background-color css
<style>
a { background-color: #A8320F; }
a { background-color: rgb(168,50,15); }
div.DivClassName
{
background-color: #A8320F;
}
.BgClassName
{
background-color: #A8320F;
}
</style>
border-color css
<style>
span { border-color: #A8320F; }
span { border-color: rgb(168,50,15); }
td.TdClassName
{
border-color: #A8320F;
}
.TagClassName
{
border-color: #A8320F;
}
</style>