Shades of Rust #A44201
Tints of Rust #A44201
RGB
CMYK
RGB Variations
Color information
#A44201 (or 0xA44201) is known color: Rust. HEX triplet: A4, 42 and 01. RGB value is (164,66,1). Sum of RGB (Red+Green+Blue) = 164+66+1=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A44201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44201 is #5BBDFE. Grayscale: #585858. Windows color (decimal): -6012415 or 82596. OLE color: 82596.
HSL color Cylindrical-coordinate representation of color #A44201: hue angle of 23.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A44201 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.36 |
| HSL | 23.93º | 0.99% | 0.32% | - |
| HSV(B) | 23.93º | 0.99% | 0.64% | - |
| XYZ | 17.26 | 11.79 | 1.39 | - |
| YUV | 87.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 1 | 0 | 0.60 | 0.99 | 0.36 | 23.93 | 0.99 | 0.32 |
| Hex | A4 | 42 | 1 | 0 | 3C | 63 | 24 | 18 | 63 | 20 |
| Octal | 244 | 102 | 1 | 0 | 74 | 143 | 44 | 30 | 143 | 40 |
| Binary | 10100100 | 1000010 | 1 | 0 | 111100 | 1100011 | 100100 | 11000 | 1100011 | 100000 |
Color Harmonies of #A44201
Complementary color
Monochromatic Colors of #A44201
Black with #A44201
Text Example
Text Example
White with #A44201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44201; }
p { color: rgb(164,66,1); }
H1.HeaderClassName
{
color: #A44201;
}
.AnyTagClassName
{
color: #A44201;
}
</style>
background-color css
<style>
a { background-color: #A44201; }
a { background-color: rgb(164,66,1); }
div.DivClassName
{
background-color: #A44201;
}
.BgClassName
{
background-color: #A44201;
}
</style>
border-color css
<style>
span { border-color: #A44201; }
span { border-color: rgb(164,66,1); }
td.TdClassName
{
border-color: #A44201;
}
.TagClassName
{
border-color: #A44201;
}
</style>