Shades of Rust #A54119
Tints of Rust #A54119
RGB
CMYK
RGB Variations
Color information
#A54119 (or 0xA54119) is known color: Rust. HEX triplet: A5, 41 and 19. RGB value is (165,65,25). Sum of RGB (Red+Green+Blue) = 165+65+25=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54119 is #5ABEE6. Grayscale: #5A5A5A. Windows color (decimal): -5947111 or 1655205. OLE color: 1655205.
HSL color Cylindrical-coordinate representation of color #A54119: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A54119 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.35 |
| HSL | 17.14º | 0.74% | 0.37% | - |
| HSV(B) | 17.14º | 0.85% | 0.65% | - |
| XYZ | 17.58 | 11.85 | 2.28 | - |
| YUV | 90.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 25 | 0 | 0.61 | 0.85 | 0.35 | 17.14 | 0.74 | 0.37 |
| Hex | A5 | 41 | 19 | 0 | 3D | 55 | 23 | 11 | 4A | 25 |
| Octal | 245 | 101 | 31 | 0 | 75 | 125 | 43 | 21 | 112 | 45 |
| Binary | 10100101 | 1000001 | 11001 | 0 | 111101 | 1010101 | 100011 | 10001 | 1001010 | 100101 |
Color Harmonies of #A54119
Complementary color
Monochromatic Colors of #A54119
Black with #A54119
Text Example
Text Example
White with #A54119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54119; }
p { color: rgb(165,65,25); }
H1.HeaderClassName
{
color: #A54119;
}
.AnyTagClassName
{
color: #A54119;
}
</style>
background-color css
<style>
a { background-color: #A54119; }
a { background-color: rgb(165,65,25); }
div.DivClassName
{
background-color: #A54119;
}
.BgClassName
{
background-color: #A54119;
}
</style>
border-color css
<style>
span { border-color: #A54119; }
span { border-color: rgb(165,65,25); }
td.TdClassName
{
border-color: #A54119;
}
.TagClassName
{
border-color: #A54119;
}
</style>