Shades of Rust #A43501
Tints of Rust #A43501
RGB
CMYK
RGB Variations
Color information
#A43501 (or 0xA43501) is known color: Rust. HEX triplet: A4, 35 and 01. RGB value is (164,53,1). Sum of RGB (Red+Green+Blue) = 164+53+1=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43501 is #5BCAFE. Grayscale: #505050. Windows color (decimal): -6015743 or 79268. OLE color: 79268.
HSL color Cylindrical-coordinate representation of color #A43501: hue angle of 19.14º 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 #A43501 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.36 |
| HSL | 19.14º | 0.99% | 0.32% | - |
| HSV(B) | 19.14º | 0.99% | 0.64% | - |
| XYZ | 16.59 | 10.44 | 1.17 | - |
| YUV | 80.26 | 83.27 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 1 | 0 | 0.68 | 0.99 | 0.36 | 19.14 | 0.99 | 0.32 |
| Hex | A4 | 35 | 1 | 0 | 44 | 63 | 24 | 13 | 63 | 20 |
| Octal | 244 | 65 | 1 | 0 | 104 | 143 | 44 | 23 | 143 | 40 |
| Binary | 10100100 | 110101 | 1 | 0 | 1000100 | 1100011 | 100100 | 10011 | 1100011 | 100000 |
Color Harmonies of #A43501
Complementary color
Monochromatic Colors of #A43501
Black with #A43501
Text Example
Text Example
White with #A43501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43501; }
p { color: rgb(164,53,1); }
H1.HeaderClassName
{
color: #A43501;
}
.AnyTagClassName
{
color: #A43501;
}
</style>
background-color css
<style>
a { background-color: #A43501; }
a { background-color: rgb(164,53,1); }
div.DivClassName
{
background-color: #A43501;
}
.BgClassName
{
background-color: #A43501;
}
</style>
border-color css
<style>
span { border-color: #A43501; }
span { border-color: rgb(164,53,1); }
td.TdClassName
{
border-color: #A43501;
}
.TagClassName
{
border-color: #A43501;
}
</style>