Shades of Rust #A54D01
Tints of Rust #A54D01
RGB
CMYK
RGB Variations
Color information
#A54D01 (or 0xA54D01) is known color: Rust. HEX triplet: A5, 4D and 01. RGB value is (165,77,1). Sum of RGB (Red+Green+Blue) = 165+77+1=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D01 is #5AB2FE. Grayscale: #5F5F5F. Windows color (decimal): -5944063 or 85413. OLE color: 85413.
HSL color Cylindrical-coordinate representation of color #A54D01: hue angle of 27.8º 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 #A54D01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.35 |
| HSL | 27.8º | 0.99% | 0.33% | - |
| HSV(B) | 27.8º | 0.99% | 0.65% | - |
| XYZ | 18.18 | 13.31 | 1.64 | - |
| YUV | 94.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 1 | 0 | 0.53 | 0.99 | 0.35 | 27.8 | 0.99 | 0.33 |
| Hex | A5 | 4D | 1 | 0 | 35 | 63 | 23 | 1C | 63 | 21 |
| Octal | 245 | 115 | 1 | 0 | 65 | 143 | 43 | 34 | 143 | 41 |
| Binary | 10100101 | 1001101 | 1 | 0 | 110101 | 1100011 | 100011 | 11100 | 1100011 | 100001 |
Color Harmonies of #A54D01
Complementary color
Monochromatic Colors of #A54D01
Black with #A54D01
Text Example
Text Example
White with #A54D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54D01; }
p { color: rgb(165,77,1); }
H1.HeaderClassName
{
color: #A54D01;
}
.AnyTagClassName
{
color: #A54D01;
}
</style>
background-color css
<style>
a { background-color: #A54D01; }
a { background-color: rgb(165,77,1); }
div.DivClassName
{
background-color: #A54D01;
}
.BgClassName
{
background-color: #A54D01;
}
</style>
border-color css
<style>
span { border-color: #A54D01; }
span { border-color: rgb(165,77,1); }
td.TdClassName
{
border-color: #A54D01;
}
.TagClassName
{
border-color: #A54D01;
}
</style>