Shades of Rust #A54801
Tints of Rust #A54801
RGB
CMYK
RGB Variations
Color information
#A54801 (or 0xA54801) is known color: Rust. HEX triplet: A5, 48 and 01. RGB value is (165,72,1). Sum of RGB (Red+Green+Blue) = 165+72+1=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A54801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54801 is #5AB7FE. Grayscale: #5C5C5C. Windows color (decimal): -5945343 or 84133. OLE color: 84133.
HSL color Cylindrical-coordinate representation of color #A54801: hue angle of 25.98º 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 #A54801 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.35 |
| HSL | 25.98º | 0.99% | 0.33% | - |
| HSV(B) | 25.98º | 0.99% | 0.65% | - |
| XYZ | 17.84 | 12.64 | 1.53 | - |
| YUV | 91.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 1 | 0 | 0.56 | 0.99 | 0.35 | 25.98 | 0.99 | 0.33 |
| Hex | A5 | 48 | 1 | 0 | 38 | 63 | 23 | 1A | 63 | 21 |
| Octal | 245 | 110 | 1 | 0 | 70 | 143 | 43 | 32 | 143 | 41 |
| Binary | 10100101 | 1001000 | 1 | 0 | 111000 | 1100011 | 100011 | 11010 | 1100011 | 100001 |
Color Harmonies of #A54801
Complementary color
Monochromatic Colors of #A54801
Black with #A54801
Text Example
Text Example
White with #A54801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54801; }
p { color: rgb(165,72,1); }
H1.HeaderClassName
{
color: #A54801;
}
.AnyTagClassName
{
color: #A54801;
}
</style>
background-color css
<style>
a { background-color: #A54801; }
a { background-color: rgb(165,72,1); }
div.DivClassName
{
background-color: #A54801;
}
.BgClassName
{
background-color: #A54801;
}
</style>
border-color css
<style>
span { border-color: #A54801; }
span { border-color: rgb(165,72,1); }
td.TdClassName
{
border-color: #A54801;
}
.TagClassName
{
border-color: #A54801;
}
</style>