Shades of Rust #A52701
Tints of Rust #A52701
RGB
CMYK
RGB Variations
Color information
#A52701 (or 0xA52701) is known color: Rust. HEX triplet: A5, 27 and 01. RGB value is (165,39,1). Sum of RGB (Red+Green+Blue) = 165+39+1=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A52701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52701 is #5AD8FE. Grayscale: #484848. Windows color (decimal): -5953791 or 75685. OLE color: 75685.
HSL color Cylindrical-coordinate representation of color #A52701: hue angle of 13.9º 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 #A52701 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 39 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.35 |
| HSL | 13.9º | 0.99% | 0.33% | - |
| HSV(B) | 13.9º | 0.99% | 0.65% | - |
| XYZ | 16.25 | 9.45 | 1 | - |
| YUV | 72.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 1 | 0 | 0.76 | 0.99 | 0.35 | 13.9 | 0.99 | 0.33 |
| Hex | A5 | 27 | 1 | 0 | 4C | 63 | 23 | E | 63 | 21 |
| Octal | 245 | 47 | 1 | 0 | 114 | 143 | 43 | 16 | 143 | 41 |
| Binary | 10100101 | 100111 | 1 | 0 | 1001100 | 1100011 | 100011 | 1110 | 1100011 | 100001 |
Color Harmonies of #A52701
Complementary color
Monochromatic Colors of #A52701
Black with #A52701
Text Example
Text Example
White with #A52701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52701; }
p { color: rgb(165,39,1); }
H1.HeaderClassName
{
color: #A52701;
}
.AnyTagClassName
{
color: #A52701;
}
</style>
background-color css
<style>
a { background-color: #A52701; }
a { background-color: rgb(165,39,1); }
div.DivClassName
{
background-color: #A52701;
}
.BgClassName
{
background-color: #A52701;
}
</style>
border-color css
<style>
span { border-color: #A52701; }
span { border-color: rgb(165,39,1); }
td.TdClassName
{
border-color: #A52701;
}
.TagClassName
{
border-color: #A52701;
}
</style>