Shades of Rust #A24701
Tints of Rust #A24701
RGB
CMYK
RGB Variations
Color information
#A24701 (or 0xA24701) is known color: Rust. HEX triplet: A2, 47 and 01. RGB value is (162,71,1). Sum of RGB (Red+Green+Blue) = 162+71+1=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A24701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24701 is #5DB8FE. Grayscale: #5A5A5A. Windows color (decimal): -6142207 or 83874. OLE color: 83874.
HSL color Cylindrical-coordinate representation of color #A24701: hue angle of 26.09º 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 #A24701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.36 |
| HSL | 26.09º | 0.99% | 0.32% | - |
| HSV(B) | 26.09º | 0.99% | 0.64% | - |
| XYZ | 17.16 | 12.19 | 1.48 | - |
| YUV | 90.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 1 | 0 | 0.56 | 0.99 | 0.36 | 26.09 | 0.99 | 0.32 |
| Hex | A2 | 47 | 1 | 0 | 38 | 63 | 24 | 1A | 63 | 20 |
| Octal | 242 | 107 | 1 | 0 | 70 | 143 | 44 | 32 | 143 | 40 |
| Binary | 10100010 | 1000111 | 1 | 0 | 111000 | 1100011 | 100100 | 11010 | 1100011 | 100000 |
Color Harmonies of #A24701
Complementary color
Monochromatic Colors of #A24701
Black with #A24701
Text Example
Text Example
White with #A24701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24701; }
p { color: rgb(162,71,1); }
H1.HeaderClassName
{
color: #A24701;
}
.AnyTagClassName
{
color: #A24701;
}
</style>
background-color css
<style>
a { background-color: #A24701; }
a { background-color: rgb(162,71,1); }
div.DivClassName
{
background-color: #A24701;
}
.BgClassName
{
background-color: #A24701;
}
</style>
border-color css
<style>
span { border-color: #A24701; }
span { border-color: rgb(162,71,1); }
td.TdClassName
{
border-color: #A24701;
}
.TagClassName
{
border-color: #A24701;
}
</style>