Shades of Rust #A44013
Tints of Rust #A44013
RGB
CMYK
RGB Variations
Color information
#A44013 (or 0xA44013) is known color: Rust. HEX triplet: A4, 40 and 13. RGB value is (164,64,19). Sum of RGB (Red+Green+Blue) = 164+64+19=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A44013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44013 is #5BBFEC. Grayscale: #595959. Windows color (decimal): -6012909 or 1261732. OLE color: 1261732.
HSL color Cylindrical-coordinate representation of color #A44013: hue angle of 18.62º 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 #A44013 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 19 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.36 |
| HSL | 18.62º | 0.79% | 0.36% | - |
| HSV(B) | 18.62º | 0.88% | 0.64% | - |
| XYZ | 17.26 | 11.61 | 1.95 | - |
| YUV | 88.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 19 | 0 | 0.61 | 0.88 | 0.36 | 18.62 | 0.79 | 0.36 |
| Hex | A4 | 40 | 13 | 0 | 3D | 58 | 24 | 13 | 4F | 24 |
| Octal | 244 | 100 | 23 | 0 | 75 | 130 | 44 | 23 | 117 | 44 |
| Binary | 10100100 | 1000000 | 10011 | 0 | 111101 | 1011000 | 100100 | 10011 | 1001111 | 100100 |
Color Harmonies of #A44013
Complementary color
Monochromatic Colors of #A44013
Black with #A44013
Text Example
Text Example
White with #A44013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44013; }
p { color: rgb(164,64,19); }
H1.HeaderClassName
{
color: #A44013;
}
.AnyTagClassName
{
color: #A44013;
}
</style>
background-color css
<style>
a { background-color: #A44013; }
a { background-color: rgb(164,64,19); }
div.DivClassName
{
background-color: #A44013;
}
.BgClassName
{
background-color: #A44013;
}
</style>
border-color css
<style>
span { border-color: #A44013; }
span { border-color: rgb(164,64,19); }
td.TdClassName
{
border-color: #A44013;
}
.TagClassName
{
border-color: #A44013;
}
</style>