Shades of Rust #A54C00
Tints of Rust #A54C00
RGB
CMYK
RGB Variations
Color information
#A54C00 (or 0xA54C00) is known color: Rust. HEX triplet: A5, 4C and 00. RGB value is (165,76,0). Sum of RGB (Red+Green+Blue) = 165+76+0=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C00 is #5AB3FF. Grayscale: #5E5E5E. Windows color (decimal): -5944320 or 19621. OLE color: 19621.
HSL color Cylindrical-coordinate representation of color #A54C00: hue angle of 27.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A54C00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.35 |
| HSL | 27.64º | 1% | 0.32% | - |
| HSV(B) | 27.64º | 1% | 0.65% | - |
| XYZ | 18.1 | 13.17 | 1.59 | - |
| YUV | 93.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 0 | 0 | 0.54 | 1 | 0.35 | 27.64 | 1 | 0.32 |
| Hex | A5 | 4C | 0 | 0 | 36 | 64 | 23 | 1C | 64 | 20 |
| Octal | 245 | 114 | 0 | 0 | 66 | 144 | 43 | 34 | 144 | 40 |
| Binary | 10100101 | 1001100 | 0 | 0 | 110110 | 1100100 | 100011 | 11100 | 1100100 | 100000 |
Color Harmonies of #A54C00
Complementary color
Monochromatic Colors of #A54C00
Black with #A54C00
Text Example
Text Example
White with #A54C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C00; }
p { color: rgb(165,76,0); }
H1.HeaderClassName
{
color: #A54C00;
}
.AnyTagClassName
{
color: #A54C00;
}
</style>
background-color css
<style>
a { background-color: #A54C00; }
a { background-color: rgb(165,76,0); }
div.DivClassName
{
background-color: #A54C00;
}
.BgClassName
{
background-color: #A54C00;
}
</style>
border-color css
<style>
span { border-color: #A54C00; }
span { border-color: rgb(165,76,0); }
td.TdClassName
{
border-color: #A54C00;
}
.TagClassName
{
border-color: #A54C00;
}
</style>