Shades of Rust #A23501
Tints of Rust #A23501
RGB
CMYK
RGB Variations
Color information
#A23501 (or 0xA23501) is known color: Rust. HEX triplet: A2, 35 and 01. RGB value is (162,53,1). Sum of RGB (Red+Green+Blue) = 162+53+1=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A23501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23501 is #5DCAFE. Grayscale: #4F4F4F. Windows color (decimal): -6146815 or 79266. OLE color: 79266.
HSL color Cylindrical-coordinate representation of color #A23501: hue angle of 19.38º 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 #A23501 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.36 |
| HSL | 19.38º | 0.99% | 0.32% | - |
| HSV(B) | 19.38º | 0.99% | 0.64% | - |
| XYZ | 16.18 | 10.23 | 1.15 | - |
| YUV | 79.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 1 | 0 | 0.67 | 0.99 | 0.36 | 19.38 | 0.99 | 0.32 |
| Hex | A2 | 35 | 1 | 0 | 43 | 63 | 24 | 13 | 63 | 20 |
| Octal | 242 | 65 | 1 | 0 | 103 | 143 | 44 | 23 | 143 | 40 |
| Binary | 10100010 | 110101 | 1 | 0 | 1000011 | 1100011 | 100100 | 10011 | 1100011 | 100000 |
Color Harmonies of #A23501
Complementary color
Monochromatic Colors of #A23501
Black with #A23501
Text Example
Text Example
White with #A23501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23501; }
p { color: rgb(162,53,1); }
H1.HeaderClassName
{
color: #A23501;
}
.AnyTagClassName
{
color: #A23501;
}
</style>
background-color css
<style>
a { background-color: #A23501; }
a { background-color: rgb(162,53,1); }
div.DivClassName
{
background-color: #A23501;
}
.BgClassName
{
background-color: #A23501;
}
</style>
border-color css
<style>
span { border-color: #A23501; }
span { border-color: rgb(162,53,1); }
td.TdClassName
{
border-color: #A23501;
}
.TagClassName
{
border-color: #A23501;
}
</style>