Shades of Rust #A54C01
Tints of Rust #A54C01
RGB
CMYK
RGB Variations
Color information
#A54C01 (or 0xA54C01) is known color: Rust. HEX triplet: A5, 4C and 01. RGB value is (165,76,1). Sum of RGB (Red+Green+Blue) = 165+76+1=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C01 is #5AB3FE. Grayscale: #5E5E5E. Windows color (decimal): -5944319 or 85157. OLE color: 85157.
HSL color Cylindrical-coordinate representation of color #A54C01: hue angle of 27.44º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A54C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.35 |
| HSL | 27.44º | 0.99% | 0.33% | - |
| HSV(B) | 27.44º | 0.99% | 0.65% | - |
| XYZ | 18.11 | 13.17 | 1.62 | - |
| YUV | 94.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 1 | 0 | 0.54 | 0.99 | 0.35 | 27.44 | 0.99 | 0.33 |
| Hex | A5 | 4C | 1 | 0 | 36 | 63 | 23 | 1B | 63 | 21 |
| Octal | 245 | 114 | 1 | 0 | 66 | 143 | 43 | 33 | 143 | 41 |
| Binary | 10100101 | 1001100 | 1 | 0 | 110110 | 1100011 | 100011 | 11011 | 1100011 | 100001 |
Color Harmonies of #A54C01
Complementary color
Monochromatic Colors of #A54C01
Black with #A54C01
Text Example
Text Example
White with #A54C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C01; }
p { color: rgb(165,76,1); }
H1.HeaderClassName
{
color: #A54C01;
}
.AnyTagClassName
{
color: #A54C01;
}
</style>
background-color css
<style>
a { background-color: #A54C01; }
a { background-color: rgb(165,76,1); }
div.DivClassName
{
background-color: #A54C01;
}
.BgClassName
{
background-color: #A54C01;
}
</style>
border-color css
<style>
span { border-color: #A54C01; }
span { border-color: rgb(165,76,1); }
td.TdClassName
{
border-color: #A54C01;
}
.TagClassName
{
border-color: #A54C01;
}
</style>