Shades of Rust #A9370F
Tints of Rust #A9370F
RGB
CMYK
RGB Variations
Color information
#A9370F (or 0xA9370F) is known color: Rust. HEX triplet: A9, 37 and 0F. RGB value is (169,55,15). Sum of RGB (Red+Green+Blue) = 169+55+15=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A9370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9370F is #56C8F0. Grayscale: #545454. Windows color (decimal): -5687537 or 997289. OLE color: 997289.
HSL color Cylindrical-coordinate representation of color #A9370F: hue angle of 15.58º 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 #A9370F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.34 |
| HSL | 15.58º | 0.84% | 0.36% | - |
| HSV(B) | 15.58º | 0.91% | 0.66% | - |
| XYZ | 17.81 | 11.2 | 1.68 | - |
| YUV | 84.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 15 | 0 | 0.67 | 0.91 | 0.34 | 15.58 | 0.84 | 0.36 |
| Hex | A9 | 37 | F | 0 | 43 | 5B | 22 | 10 | 54 | 24 |
| Octal | 251 | 67 | 17 | 0 | 103 | 133 | 42 | 20 | 124 | 44 |
| Binary | 10101001 | 110111 | 1111 | 0 | 1000011 | 1011011 | 100010 | 10000 | 1010100 | 100100 |
Color Harmonies of #A9370F
Complementary color
Monochromatic Colors of #A9370F
Black with #A9370F
Text Example
Text Example
White with #A9370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9370F; }
p { color: rgb(169,55,15); }
H1.HeaderClassName
{
color: #A9370F;
}
.AnyTagClassName
{
color: #A9370F;
}
</style>
background-color css
<style>
a { background-color: #A9370F; }
a { background-color: rgb(169,55,15); }
div.DivClassName
{
background-color: #A9370F;
}
.BgClassName
{
background-color: #A9370F;
}
</style>
border-color css
<style>
span { border-color: #A9370F; }
span { border-color: rgb(169,55,15); }
td.TdClassName
{
border-color: #A9370F;
}
.TagClassName
{
border-color: #A9370F;
}
</style>