Shades of Rust #A94C0B
Tints of Rust #A94C0B
RGB
CMYK
RGB Variations
Color information
#A94C0B (or 0xA94C0B) is known color: Rust. HEX triplet: A9, 4C and 0B. RGB value is (169,76,11). Sum of RGB (Red+Green+Blue) = 169+76+11=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C0B is #56B3F4. Grayscale: #606060. Windows color (decimal): -5682165 or 740521. OLE color: 740521.
HSL color Cylindrical-coordinate representation of color #A94C0B: hue angle of 24.68º 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 #A94C0B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 11 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.34 |
| HSL | 24.68º | 0.88% | 0.35% | - |
| HSV(B) | 24.68º | 0.93% | 0.66% | - |
| XYZ | 19.01 | 13.63 | 1.95 | - |
| YUV | 96.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 11 | 0 | 0.55 | 0.93 | 0.34 | 24.68 | 0.88 | 0.35 |
| Hex | A9 | 4C | B | 0 | 37 | 5D | 22 | 19 | 58 | 23 |
| Octal | 251 | 114 | 13 | 0 | 67 | 135 | 42 | 31 | 130 | 43 |
| Binary | 10101001 | 1001100 | 1011 | 0 | 110111 | 1011101 | 100010 | 11001 | 1011000 | 100011 |
Color Harmonies of #A94C0B
Complementary color
Monochromatic Colors of #A94C0B
Black with #A94C0B
Text Example
Text Example
White with #A94C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C0B; }
p { color: rgb(169,76,11); }
H1.HeaderClassName
{
color: #A94C0B;
}
.AnyTagClassName
{
color: #A94C0B;
}
</style>
background-color css
<style>
a { background-color: #A94C0B; }
a { background-color: rgb(169,76,11); }
div.DivClassName
{
background-color: #A94C0B;
}
.BgClassName
{
background-color: #A94C0B;
}
</style>
border-color css
<style>
span { border-color: #A94C0B; }
span { border-color: rgb(169,76,11); }
td.TdClassName
{
border-color: #A94C0B;
}
.TagClassName
{
border-color: #A94C0B;
}
</style>