Shades of Rust #A52A01
Tints of Rust #A52A01
RGB
CMYK
RGB Variations
Color information
#A52A01 (or 0xA52A01) is known color: Rust. HEX triplet: A5, 2A and 01. RGB value is (165,42,1). Sum of RGB (Red+Green+Blue) = 165+42+1=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A01 is #5AD5FE. Grayscale: #4A4A4A. Windows color (decimal): -5953023 or 76453. OLE color: 76453.
HSL color Cylindrical-coordinate representation of color #A52A01: hue angle of 15º 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 #A52A01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.35 |
| HSL | 15º | 0.99% | 0.33% | - |
| HSV(B) | 15º | 0.99% | 0.65% | - |
| XYZ | 16.35 | 9.66 | 1.03 | - |
| YUV | 74.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 1 | 0 | 0.75 | 0.99 | 0.35 | 15 | 0.99 | 0.33 |
| Hex | A5 | 2A | 1 | 0 | 4B | 63 | 23 | F | 63 | 21 |
| Octal | 245 | 52 | 1 | 0 | 113 | 143 | 43 | 17 | 143 | 41 |
| Binary | 10100101 | 101010 | 1 | 0 | 1001011 | 1100011 | 100011 | 1111 | 1100011 | 100001 |
Color Harmonies of #A52A01
Complementary color
Monochromatic Colors of #A52A01
Black with #A52A01
Text Example
Text Example
White with #A52A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A01; }
p { color: rgb(165,42,1); }
H1.HeaderClassName
{
color: #A52A01;
}
.AnyTagClassName
{
color: #A52A01;
}
</style>
background-color css
<style>
a { background-color: #A52A01; }
a { background-color: rgb(165,42,1); }
div.DivClassName
{
background-color: #A52A01;
}
.BgClassName
{
background-color: #A52A01;
}
</style>
border-color css
<style>
span { border-color: #A52A01; }
span { border-color: rgb(165,42,1); }
td.TdClassName
{
border-color: #A52A01;
}
.TagClassName
{
border-color: #A52A01;
}
</style>