Shades of Rust #A94A0D
Tints of Rust #A94A0D
RGB
CMYK
RGB Variations
Color information
#A94A0D (or 0xA94A0D) is known color: Rust. HEX triplet: A9, 4A and 0D. RGB value is (169,74,13). Sum of RGB (Red+Green+Blue) = 169+74+13=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A0D is #56B5F2. Grayscale: #5F5F5F. Windows color (decimal): -5682675 or 871081. OLE color: 871081.
HSL color Cylindrical-coordinate representation of color #A94A0D: hue angle of 23.46º degrees, saturation: 0.86, 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 #A94A0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.34 |
| HSL | 23.46º | 0.86% | 0.36% | - |
| HSV(B) | 23.46º | 0.92% | 0.66% | - |
| XYZ | 18.88 | 13.36 | 1.96 | - |
| YUV | 95.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 13 | 0 | 0.56 | 0.92 | 0.34 | 23.46 | 0.86 | 0.36 |
| Hex | A9 | 4A | D | 0 | 38 | 5C | 22 | 17 | 56 | 24 |
| Octal | 251 | 112 | 15 | 0 | 70 | 134 | 42 | 27 | 126 | 44 |
| Binary | 10101001 | 1001010 | 1101 | 0 | 111000 | 1011100 | 100010 | 10111 | 1010110 | 100100 |
Color Harmonies of #A94A0D
Complementary color
Monochromatic Colors of #A94A0D
Black with #A94A0D
Text Example
Text Example
White with #A94A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A0D; }
p { color: rgb(169,74,13); }
H1.HeaderClassName
{
color: #A94A0D;
}
.AnyTagClassName
{
color: #A94A0D;
}
</style>
background-color css
<style>
a { background-color: #A94A0D; }
a { background-color: rgb(169,74,13); }
div.DivClassName
{
background-color: #A94A0D;
}
.BgClassName
{
background-color: #A94A0D;
}
</style>
border-color css
<style>
span { border-color: #A94A0D; }
span { border-color: rgb(169,74,13); }
td.TdClassName
{
border-color: #A94A0D;
}
.TagClassName
{
border-color: #A94A0D;
}
</style>