Shades of Rust #A94E0B
Tints of Rust #A94E0B
RGB
CMYK
RGB Variations
Color information
#A94E0B (or 0xA94E0B) is known color: Rust. HEX triplet: A9, 4E and 0B. RGB value is (169,78,11). Sum of RGB (Red+Green+Blue) = 169+78+11=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94E0B is #56B1F4. Grayscale: #616161. Windows color (decimal): -5681653 or 741033. OLE color: 741033.
HSL color Cylindrical-coordinate representation of color #A94E0B: hue angle of 25.44º degrees, saturation: 0.88, 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 #A94E0B is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 11 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.34 |
| HSL | 25.44º | 0.88% | 0.35% | - |
| HSV(B) | 25.44º | 0.93% | 0.66% | - |
| XYZ | 19.15 | 13.91 | 1.99 | - |
| YUV | 97.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 11 | 0 | 0.54 | 0.93 | 0.34 | 25.44 | 0.88 | 0.35 |
| Hex | A9 | 4E | B | 0 | 36 | 5D | 22 | 19 | 58 | 23 |
| Octal | 251 | 116 | 13 | 0 | 66 | 135 | 42 | 31 | 130 | 43 |
| Binary | 10101001 | 1001110 | 1011 | 0 | 110110 | 1011101 | 100010 | 11001 | 1011000 | 100011 |
Color Harmonies of #A94E0B
Complementary color
Monochromatic Colors of #A94E0B
Black with #A94E0B
Text Example
Text Example
White with #A94E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E0B; }
p { color: rgb(169,78,11); }
H1.HeaderClassName
{
color: #A94E0B;
}
.AnyTagClassName
{
color: #A94E0B;
}
</style>
background-color css
<style>
a { background-color: #A94E0B; }
a { background-color: rgb(169,78,11); }
div.DivClassName
{
background-color: #A94E0B;
}
.BgClassName
{
background-color: #A94E0B;
}
</style>
border-color css
<style>
span { border-color: #A94E0B; }
span { border-color: rgb(169,78,11); }
td.TdClassName
{
border-color: #A94E0B;
}
.TagClassName
{
border-color: #A94E0B;
}
</style>