Shades of Rust #A52401
Tints of Rust #A52401
RGB
CMYK
RGB Variations
Color information
#A52401 (or 0xA52401) is known color: Rust. HEX triplet: A5, 24 and 01. RGB value is (165,36,1). Sum of RGB (Red+Green+Blue) = 165+36+1=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A52401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52401 is #5ADBFE. Grayscale: #464646. Windows color (decimal): -5954559 or 74917. OLE color: 74917.
HSL color Cylindrical-coordinate representation of color #A52401: hue angle of 12.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A52401 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.35 |
| HSL | 12.8º | 0.99% | 0.33% | - |
| HSV(B) | 12.8º | 0.99% | 0.65% | - |
| XYZ | 16.15 | 9.26 | 0.97 | - |
| YUV | 70.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 1 | 0 | 0.78 | 0.99 | 0.35 | 12.8 | 0.99 | 0.33 |
| Hex | A5 | 24 | 1 | 0 | 4E | 63 | 23 | D | 63 | 21 |
| Octal | 245 | 44 | 1 | 0 | 116 | 143 | 43 | 15 | 143 | 41 |
| Binary | 10100101 | 100100 | 1 | 0 | 1001110 | 1100011 | 100011 | 1101 | 1100011 | 100001 |
Color Harmonies of #A52401
Complementary color
Monochromatic Colors of #A52401
Black with #A52401
Text Example
Text Example
White with #A52401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52401; }
p { color: rgb(165,36,1); }
H1.HeaderClassName
{
color: #A52401;
}
.AnyTagClassName
{
color: #A52401;
}
</style>
background-color css
<style>
a { background-color: #A52401; }
a { background-color: rgb(165,36,1); }
div.DivClassName
{
background-color: #A52401;
}
.BgClassName
{
background-color: #A52401;
}
</style>
border-color css
<style>
span { border-color: #A52401; }
span { border-color: rgb(165,36,1); }
td.TdClassName
{
border-color: #A52401;
}
.TagClassName
{
border-color: #A52401;
}
</style>