Shades of Rust #A54B11
Tints of Rust #A54B11
RGB
CMYK
RGB Variations
Color information
#A54B11 (or 0xA54B11) is known color: Rust. HEX triplet: A5, 4B and 11. RGB value is (165,75,17). Sum of RGB (Red+Green+Blue) = 165+75+17=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B11 is #5AB4EE. Grayscale: #5F5F5F. Windows color (decimal): -5944559 or 1133477. OLE color: 1133477.
HSL color Cylindrical-coordinate representation of color #A54B11: hue angle of 23.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A54B11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.35 |
| HSL | 23.51º | 0.81% | 0.36% | - |
| HSV(B) | 23.51º | 0.9% | 0.65% | - |
| XYZ | 18.13 | 13.07 | 2.1 | - |
| YUV | 95.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 17 | 0 | 0.55 | 0.90 | 0.35 | 23.51 | 0.81 | 0.36 |
| Hex | A5 | 4B | 11 | 0 | 37 | 5A | 23 | 18 | 51 | 24 |
| Octal | 245 | 113 | 21 | 0 | 67 | 132 | 43 | 30 | 121 | 44 |
| Binary | 10100101 | 1001011 | 10001 | 0 | 110111 | 1011010 | 100011 | 11000 | 1010001 | 100100 |
Color Harmonies of #A54B11
Complementary color
Monochromatic Colors of #A54B11
Black with #A54B11
Text Example
Text Example
White with #A54B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B11; }
p { color: rgb(165,75,17); }
H1.HeaderClassName
{
color: #A54B11;
}
.AnyTagClassName
{
color: #A54B11;
}
</style>
background-color css
<style>
a { background-color: #A54B11; }
a { background-color: rgb(165,75,17); }
div.DivClassName
{
background-color: #A54B11;
}
.BgClassName
{
background-color: #A54B11;
}
</style>
border-color css
<style>
span { border-color: #A54B11; }
span { border-color: rgb(165,75,17); }
td.TdClassName
{
border-color: #A54B11;
}
.TagClassName
{
border-color: #A54B11;
}
</style>