Shades of Rust #A42401
Tints of Rust #A42401
RGB
CMYK
RGB Variations
Color information
#A42401 (or 0xA42401) is known color: Rust. HEX triplet: A4, 24 and 01. RGB value is (164,36,1). Sum of RGB (Red+Green+Blue) = 164+36+1=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A42401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42401 is #5BDBFE. Grayscale: #464646. Windows color (decimal): -6020095 or 74916. OLE color: 74916.
HSL color Cylindrical-coordinate representation of color #A42401: hue angle of 12.88º 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 #A42401 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.36 |
| HSL | 12.88º | 0.99% | 0.32% | - |
| HSV(B) | 12.88º | 0.99% | 0.64% | - |
| XYZ | 15.95 | 9.16 | 0.96 | - |
| YUV | 70.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 1 | 0 | 0.78 | 0.99 | 0.36 | 12.88 | 0.99 | 0.32 |
| Hex | A4 | 24 | 1 | 0 | 4E | 63 | 24 | D | 63 | 20 |
| Octal | 244 | 44 | 1 | 0 | 116 | 143 | 44 | 15 | 143 | 40 |
| Binary | 10100100 | 100100 | 1 | 0 | 1001110 | 1100011 | 100100 | 1101 | 1100011 | 100000 |
Color Harmonies of #A42401
Complementary color
Monochromatic Colors of #A42401
Black with #A42401
Text Example
Text Example
White with #A42401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42401; }
p { color: rgb(164,36,1); }
H1.HeaderClassName
{
color: #A42401;
}
.AnyTagClassName
{
color: #A42401;
}
</style>
background-color css
<style>
a { background-color: #A42401; }
a { background-color: rgb(164,36,1); }
div.DivClassName
{
background-color: #A42401;
}
.BgClassName
{
background-color: #A42401;
}
</style>
border-color css
<style>
span { border-color: #A42401; }
span { border-color: rgb(164,36,1); }
td.TdClassName
{
border-color: #A42401;
}
.TagClassName
{
border-color: #A42401;
}
</style>