Shades of Rust #A24401
Tints of Rust #A24401
RGB
CMYK
RGB Variations
Color information
#A24401 (or 0xA24401) is known color: Rust. HEX triplet: A2, 44 and 01. RGB value is (162,68,1). Sum of RGB (Red+Green+Blue) = 162+68+1=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24401 is #5DBBFE. Grayscale: #585858. Windows color (decimal): -6142975 or 83106. OLE color: 83106.
HSL color Cylindrical-coordinate representation of color #A24401: hue angle of 24.97º 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 #A24401 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.36 |
| HSL | 24.97º | 0.99% | 0.32% | - |
| HSV(B) | 24.97º | 0.99% | 0.64% | - |
| XYZ | 16.97 | 11.82 | 1.42 | - |
| YUV | 88.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 1 | 0 | 0.58 | 0.99 | 0.36 | 24.97 | 0.99 | 0.32 |
| Hex | A2 | 44 | 1 | 0 | 3A | 63 | 24 | 19 | 63 | 20 |
| Octal | 242 | 104 | 1 | 0 | 72 | 143 | 44 | 31 | 143 | 40 |
| Binary | 10100010 | 1000100 | 1 | 0 | 111010 | 1100011 | 100100 | 11001 | 1100011 | 100000 |
Color Harmonies of #A24401
Complementary color
Monochromatic Colors of #A24401
Black with #A24401
Text Example
Text Example
White with #A24401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24401; }
p { color: rgb(162,68,1); }
H1.HeaderClassName
{
color: #A24401;
}
.AnyTagClassName
{
color: #A24401;
}
</style>
background-color css
<style>
a { background-color: #A24401; }
a { background-color: rgb(162,68,1); }
div.DivClassName
{
background-color: #A24401;
}
.BgClassName
{
background-color: #A24401;
}
</style>
border-color css
<style>
span { border-color: #A24401; }
span { border-color: rgb(162,68,1); }
td.TdClassName
{
border-color: #A24401;
}
.TagClassName
{
border-color: #A24401;
}
</style>