Shades of Rust #A43901
Tints of Rust #A43901
RGB
CMYK
RGB Variations
Color information
#A43901 (or 0xA43901) is known color: Rust. HEX triplet: A4, 39 and 01. RGB value is (164,57,1). Sum of RGB (Red+Green+Blue) = 164+57+1=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A43901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43901 is #5BC6FE. Grayscale: #525252. Windows color (decimal): -6014719 or 80292. OLE color: 80292.
HSL color Cylindrical-coordinate representation of color #A43901: hue angle of 20.61º 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 #A43901 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.36 |
| HSL | 20.61º | 0.99% | 0.32% | - |
| HSV(B) | 20.61º | 0.99% | 0.64% | - |
| XYZ | 16.78 | 10.82 | 1.23 | - |
| YUV | 82.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 1 | 0 | 0.65 | 0.99 | 0.36 | 20.61 | 0.99 | 0.32 |
| Hex | A4 | 39 | 1 | 0 | 41 | 63 | 24 | 15 | 63 | 20 |
| Octal | 244 | 71 | 1 | 0 | 101 | 143 | 44 | 25 | 143 | 40 |
| Binary | 10100100 | 111001 | 1 | 0 | 1000001 | 1100011 | 100100 | 10101 | 1100011 | 100000 |
Color Harmonies of #A43901
Complementary color
Monochromatic Colors of #A43901
Black with #A43901
Text Example
Text Example
White with #A43901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43901; }
p { color: rgb(164,57,1); }
H1.HeaderClassName
{
color: #A43901;
}
.AnyTagClassName
{
color: #A43901;
}
</style>
background-color css
<style>
a { background-color: #A43901; }
a { background-color: rgb(164,57,1); }
div.DivClassName
{
background-color: #A43901;
}
.BgClassName
{
background-color: #A43901;
}
</style>
border-color css
<style>
span { border-color: #A43901; }
span { border-color: rgb(164,57,1); }
td.TdClassName
{
border-color: #A43901;
}
.TagClassName
{
border-color: #A43901;
}
</style>