Shades of Rust #A54C10
Tints of Rust #A54C10
RGB
CMYK
RGB Variations
Color information
#A54C10 (or 0xA54C10) is known color: Rust. HEX triplet: A5, 4C and 10. RGB value is (165,76,16). Sum of RGB (Red+Green+Blue) = 165+76+16=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C10 is #5AB3EF. Grayscale: #606060. Windows color (decimal): -5944304 or 1068197. OLE color: 1068197.
HSL color Cylindrical-coordinate representation of color #A54C10: hue angle of 24.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A54C10 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 16 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.35 |
| HSL | 24.16º | 0.82% | 0.35% | - |
| HSV(B) | 24.16º | 0.9% | 0.65% | - |
| XYZ | 18.2 | 13.21 | 2.08 | - |
| YUV | 95.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 16 | 0 | 0.54 | 0.90 | 0.35 | 24.16 | 0.82 | 0.35 |
| Hex | A5 | 4C | 10 | 0 | 36 | 5A | 23 | 18 | 52 | 23 |
| Octal | 245 | 114 | 20 | 0 | 66 | 132 | 43 | 30 | 122 | 43 |
| Binary | 10100101 | 1001100 | 10000 | 0 | 110110 | 1011010 | 100011 | 11000 | 1010010 | 100011 |
Color Harmonies of #A54C10
Complementary color
Monochromatic Colors of #A54C10
Black with #A54C10
Text Example
Text Example
White with #A54C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C10; }
p { color: rgb(165,76,16); }
H1.HeaderClassName
{
color: #A54C10;
}
.AnyTagClassName
{
color: #A54C10;
}
</style>
background-color css
<style>
a { background-color: #A54C10; }
a { background-color: rgb(165,76,16); }
div.DivClassName
{
background-color: #A54C10;
}
.BgClassName
{
background-color: #A54C10;
}
</style>
border-color css
<style>
span { border-color: #A54C10; }
span { border-color: rgb(165,76,16); }
td.TdClassName
{
border-color: #A54C10;
}
.TagClassName
{
border-color: #A54C10;
}
</style>