Shades of Rust #A34A0E
Tints of Rust #A34A0E
RGB
CMYK
RGB Variations
Color information
#A34A0E (or 0xA34A0E) is known color: Rust. HEX triplet: A3, 4A and 0E. RGB value is (163,74,14). Sum of RGB (Red+Green+Blue) = 163+74+14=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A0E is #5CB5F1. Grayscale: #5E5E5E. Windows color (decimal): -6075890 or 936611. OLE color: 936611.
HSL color Cylindrical-coordinate representation of color #A34A0E: hue angle of 24.16º 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 #A34A0E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 14 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.36 |
| HSL | 24.16º | 0.84% | 0.35% | - |
| HSV(B) | 24.16º | 0.91% | 0.64% | - |
| XYZ | 17.63 | 12.72 | 1.94 | - |
| YUV | 93.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 14 | 0 | 0.55 | 0.91 | 0.36 | 24.16 | 0.84 | 0.35 |
| Hex | A3 | 4A | E | 0 | 37 | 5B | 24 | 18 | 54 | 23 |
| Octal | 243 | 112 | 16 | 0 | 67 | 133 | 44 | 30 | 124 | 43 |
| Binary | 10100011 | 1001010 | 1110 | 0 | 110111 | 1011011 | 100100 | 11000 | 1010100 | 100011 |
Color Harmonies of #A34A0E
Complementary color
Monochromatic Colors of #A34A0E
Black with #A34A0E
Text Example
Text Example
White with #A34A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A0E; }
p { color: rgb(163,74,14); }
H1.HeaderClassName
{
color: #A34A0E;
}
.AnyTagClassName
{
color: #A34A0E;
}
</style>
background-color css
<style>
a { background-color: #A34A0E; }
a { background-color: rgb(163,74,14); }
div.DivClassName
{
background-color: #A34A0E;
}
.BgClassName
{
background-color: #A34A0E;
}
</style>
border-color css
<style>
span { border-color: #A34A0E; }
span { border-color: rgb(163,74,14); }
td.TdClassName
{
border-color: #A34A0E;
}
.TagClassName
{
border-color: #A34A0E;
}
</style>