Shades of Rust #A93014
Tints of Rust #A93014
RGB
CMYK
RGB Variations
Color information
#A93014 (or 0xA93014) is known color: Rust. HEX triplet: A9, 30 and 14. RGB value is (169,48,20). Sum of RGB (Red+Green+Blue) = 169+48+20=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A93014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93014 is #56CFEB. Grayscale: #515151. Windows color (decimal): -5689324 or 1323177. OLE color: 1323177.
HSL color Cylindrical-coordinate representation of color #A93014: hue angle of 11.28º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A93014 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 20 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.34 |
| HSL | 11.28º | 0.79% | 0.37% | - |
| HSV(B) | 11.28º | 0.88% | 0.66% | - |
| XYZ | 17.55 | 10.6 | 1.78 | - |
| YUV | 80.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 20 | 0 | 0.72 | 0.88 | 0.34 | 11.28 | 0.79 | 0.37 |
| Hex | A9 | 30 | 14 | 0 | 48 | 58 | 22 | B | 4F | 25 |
| Octal | 251 | 60 | 24 | 0 | 110 | 130 | 42 | 13 | 117 | 45 |
| Binary | 10101001 | 110000 | 10100 | 0 | 1001000 | 1011000 | 100010 | 1011 | 1001111 | 100101 |
Color Harmonies of #A93014
Complementary color
Monochromatic Colors of #A93014
Black with #A93014
Text Example
Text Example
White with #A93014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93014; }
p { color: rgb(169,48,20); }
H1.HeaderClassName
{
color: #A93014;
}
.AnyTagClassName
{
color: #A93014;
}
</style>
background-color css
<style>
a { background-color: #A93014; }
a { background-color: rgb(169,48,20); }
div.DivClassName
{
background-color: #A93014;
}
.BgClassName
{
background-color: #A93014;
}
</style>
border-color css
<style>
span { border-color: #A93014; }
span { border-color: rgb(169,48,20); }
td.TdClassName
{
border-color: #A93014;
}
.TagClassName
{
border-color: #A93014;
}
</style>