Shades of Rust #A54218
Tints of Rust #A54218
RGB
CMYK
RGB Variations
Color information
#A54218 (or 0xA54218) is known color: Rust. HEX triplet: A5, 42 and 18. RGB value is (165,66,24). Sum of RGB (Red+Green+Blue) = 165+66+24=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54218 is #5ABDE7. Grayscale: #5B5B5B. Windows color (decimal): -5946856 or 1589925. OLE color: 1589925.
HSL color Cylindrical-coordinate representation of color #A54218: hue angle of 17.87º degrees, saturation: 0.75, 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 #A54218 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 24 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.35 |
| HSL | 17.87º | 0.75% | 0.37% | - |
| HSV(B) | 17.87º | 0.85% | 0.65% | - |
| XYZ | 17.63 | 11.96 | 2.24 | - |
| YUV | 90.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 24 | 0 | 0.60 | 0.85 | 0.35 | 17.87 | 0.75 | 0.37 |
| Hex | A5 | 42 | 18 | 0 | 3C | 55 | 23 | 12 | 4B | 25 |
| Octal | 245 | 102 | 30 | 0 | 74 | 125 | 43 | 22 | 113 | 45 |
| Binary | 10100101 | 1000010 | 11000 | 0 | 111100 | 1010101 | 100011 | 10010 | 1001011 | 100101 |
Color Harmonies of #A54218
Complementary color
Monochromatic Colors of #A54218
Black with #A54218
Text Example
Text Example
White with #A54218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54218; }
p { color: rgb(165,66,24); }
H1.HeaderClassName
{
color: #A54218;
}
.AnyTagClassName
{
color: #A54218;
}
</style>
background-color css
<style>
a { background-color: #A54218; }
a { background-color: rgb(165,66,24); }
div.DivClassName
{
background-color: #A54218;
}
.BgClassName
{
background-color: #A54218;
}
</style>
border-color css
<style>
span { border-color: #A54218; }
span { border-color: rgb(165,66,24); }
td.TdClassName
{
border-color: #A54218;
}
.TagClassName
{
border-color: #A54218;
}
</style>