Shades of Rust #A34C0E
Tints of Rust #A34C0E
RGB
CMYK
RGB Variations
Color information
#A34C0E (or 0xA34C0E) is known color: Rust. HEX triplet: A3, 4C and 0E. RGB value is (163,76,14). Sum of RGB (Red+Green+Blue) = 163+76+14=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34C0E is #5CB3F1. Grayscale: #5F5F5F. Windows color (decimal): -6075378 or 937123. OLE color: 937123.
HSL color Cylindrical-coordinate representation of color #A34C0E: hue angle of 24.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A34C0E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 14 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.36 |
| HSL | 24.97º | 0.84% | 0.35% | - |
| HSV(B) | 24.97º | 0.91% | 0.64% | - |
| XYZ | 17.77 | 12.99 | 1.99 | - |
| YUV | 94.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 14 | 0 | 0.53 | 0.91 | 0.36 | 24.97 | 0.84 | 0.35 |
| Hex | A3 | 4C | E | 0 | 35 | 5B | 24 | 19 | 54 | 23 |
| Octal | 243 | 114 | 16 | 0 | 65 | 133 | 44 | 31 | 124 | 43 |
| Binary | 10100011 | 1001100 | 1110 | 0 | 110101 | 1011011 | 100100 | 11001 | 1010100 | 100011 |
Color Harmonies of #A34C0E
Complementary color
Monochromatic Colors of #A34C0E
Black with #A34C0E
Text Example
Text Example
White with #A34C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C0E; }
p { color: rgb(163,76,14); }
H1.HeaderClassName
{
color: #A34C0E;
}
.AnyTagClassName
{
color: #A34C0E;
}
</style>
background-color css
<style>
a { background-color: #A34C0E; }
a { background-color: rgb(163,76,14); }
div.DivClassName
{
background-color: #A34C0E;
}
.BgClassName
{
background-color: #A34C0E;
}
</style>
border-color css
<style>
span { border-color: #A34C0E; }
span { border-color: rgb(163,76,14); }
td.TdClassName
{
border-color: #A34C0E;
}
.TagClassName
{
border-color: #A34C0E;
}
</style>