Shades of Rust #A44713
Tints of Rust #A44713
RGB
CMYK
RGB Variations
Color information
#A44713 (or 0xA44713) is known color: Rust. HEX triplet: A4, 47 and 13. RGB value is (164,71,19). Sum of RGB (Red+Green+Blue) = 164+71+19=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A44713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44713 is #5BB8EC. Grayscale: #5D5D5D. Windows color (decimal): -6011117 or 1263524. OLE color: 1263524.
HSL color Cylindrical-coordinate representation of color #A44713: hue angle of 21.52º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A44713 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 19 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.36 |
| HSL | 21.52º | 0.79% | 0.36% | - |
| HSV(B) | 21.52º | 0.88% | 0.64% | - |
| XYZ | 17.68 | 12.45 | 2.09 | - |
| YUV | 92.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 19 | 0 | 0.57 | 0.88 | 0.36 | 21.52 | 0.79 | 0.36 |
| Hex | A4 | 47 | 13 | 0 | 39 | 58 | 24 | 16 | 4F | 24 |
| Octal | 244 | 107 | 23 | 0 | 71 | 130 | 44 | 26 | 117 | 44 |
| Binary | 10100100 | 1000111 | 10011 | 0 | 111001 | 1011000 | 100100 | 10110 | 1001111 | 100100 |
Color Harmonies of #A44713
Complementary color
Monochromatic Colors of #A44713
Black with #A44713
Text Example
Text Example
White with #A44713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44713; }
p { color: rgb(164,71,19); }
H1.HeaderClassName
{
color: #A44713;
}
.AnyTagClassName
{
color: #A44713;
}
</style>
background-color css
<style>
a { background-color: #A44713; }
a { background-color: rgb(164,71,19); }
div.DivClassName
{
background-color: #A44713;
}
.BgClassName
{
background-color: #A44713;
}
</style>
border-color css
<style>
span { border-color: #A44713; }
span { border-color: rgb(164,71,19); }
td.TdClassName
{
border-color: #A44713;
}
.TagClassName
{
border-color: #A44713;
}
</style>