Shades of Rust #A54501
Tints of Rust #A54501
RGB
CMYK
RGB Variations
Color information
#A54501 (or 0xA54501) is known color: Rust. HEX triplet: A5, 45 and 01. RGB value is (165,69,1). Sum of RGB (Red+Green+Blue) = 165+69+1=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A54501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54501 is #5ABAFE. Grayscale: #5A5A5A. Windows color (decimal): -5946111 or 83365. OLE color: 83365.
HSL color Cylindrical-coordinate representation of color #A54501: hue angle of 24.88º 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 #A54501 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.35 |
| HSL | 24.88º | 0.99% | 0.33% | - |
| HSV(B) | 24.88º | 0.99% | 0.65% | - |
| XYZ | 17.65 | 12.26 | 1.46 | - |
| YUV | 89.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 1 | 0 | 0.58 | 0.99 | 0.35 | 24.88 | 0.99 | 0.33 |
| Hex | A5 | 45 | 1 | 0 | 3A | 63 | 23 | 19 | 63 | 21 |
| Octal | 245 | 105 | 1 | 0 | 72 | 143 | 43 | 31 | 143 | 41 |
| Binary | 10100101 | 1000101 | 1 | 0 | 111010 | 1100011 | 100011 | 11001 | 1100011 | 100001 |
Color Harmonies of #A54501
Complementary color
Monochromatic Colors of #A54501
Black with #A54501
Text Example
Text Example
White with #A54501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54501; }
p { color: rgb(165,69,1); }
H1.HeaderClassName
{
color: #A54501;
}
.AnyTagClassName
{
color: #A54501;
}
</style>
background-color css
<style>
a { background-color: #A54501; }
a { background-color: rgb(165,69,1); }
div.DivClassName
{
background-color: #A54501;
}
.BgClassName
{
background-color: #A54501;
}
</style>
border-color css
<style>
span { border-color: #A54501; }
span { border-color: rgb(165,69,1); }
td.TdClassName
{
border-color: #A54501;
}
.TagClassName
{
border-color: #A54501;
}
</style>