Shades of Rust #A54C0E
Tints of Rust #A54C0E
RGB
CMYK
RGB Variations
Color information
#A54C0E (or 0xA54C0E) is known color: Rust. HEX triplet: A5, 4C and 0E. RGB value is (165,76,14). Sum of RGB (Red+Green+Blue) = 165+76+14=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C0E is #5AB3F1. Grayscale: #5F5F5F. Windows color (decimal): -5944306 or 937125. OLE color: 937125.
HSL color Cylindrical-coordinate representation of color #A54C0E: hue angle of 24.64º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A54C0E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.35 |
| HSL | 24.64º | 0.84% | 0.35% | - |
| HSV(B) | 24.64º | 0.92% | 0.65% | - |
| XYZ | 18.18 | 13.2 | 2.01 | - |
| YUV | 95.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 14 | 0 | 0.54 | 0.92 | 0.35 | 24.64 | 0.84 | 0.35 |
| Hex | A5 | 4C | E | 0 | 36 | 5C | 23 | 19 | 54 | 23 |
| Octal | 245 | 114 | 16 | 0 | 66 | 134 | 43 | 31 | 124 | 43 |
| Binary | 10100101 | 1001100 | 1110 | 0 | 110110 | 1011100 | 100011 | 11001 | 1010100 | 100011 |
Color Harmonies of #A54C0E
Complementary color
Monochromatic Colors of #A54C0E
Black with #A54C0E
Text Example
Text Example
White with #A54C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C0E; }
p { color: rgb(165,76,14); }
H1.HeaderClassName
{
color: #A54C0E;
}
.AnyTagClassName
{
color: #A54C0E;
}
</style>
background-color css
<style>
a { background-color: #A54C0E; }
a { background-color: rgb(165,76,14); }
div.DivClassName
{
background-color: #A54C0E;
}
.BgClassName
{
background-color: #A54C0E;
}
</style>
border-color css
<style>
span { border-color: #A54C0E; }
span { border-color: rgb(165,76,14); }
td.TdClassName
{
border-color: #A54C0E;
}
.TagClassName
{
border-color: #A54C0E;
}
</style>