Shades of Rust #A52502
Tints of Rust #A52502
RGB
CMYK
RGB Variations
Color information
#A52502 (or 0xA52502) is known color: Rust. HEX triplet: A5, 25 and 02. RGB value is (165,37,2). Sum of RGB (Red+Green+Blue) = 165+37+2=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A52502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52502 is #5ADAFD. Grayscale: #474747. Windows color (decimal): -5954302 or 140709. OLE color: 140709.
HSL color Cylindrical-coordinate representation of color #A52502: hue angle of 12.88º degrees, saturation: 0.98, 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 #A52502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.35 |
| HSL | 12.88º | 0.98% | 0.33% | - |
| HSV(B) | 12.88º | 0.99% | 0.65% | - |
| XYZ | 16.19 | 9.33 | 1 | - |
| YUV | 71.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 2 | 0 | 0.78 | 0.99 | 0.35 | 12.88 | 0.98 | 0.33 |
| Hex | A5 | 25 | 2 | 0 | 4E | 63 | 23 | D | 62 | 21 |
| Octal | 245 | 45 | 2 | 0 | 116 | 143 | 43 | 15 | 142 | 41 |
| Binary | 10100101 | 100101 | 10 | 0 | 1001110 | 1100011 | 100011 | 1101 | 1100010 | 100001 |
Color Harmonies of #A52502
Complementary color
Monochromatic Colors of #A52502
Black with #A52502
Text Example
Text Example
White with #A52502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52502; }
p { color: rgb(165,37,2); }
H1.HeaderClassName
{
color: #A52502;
}
.AnyTagClassName
{
color: #A52502;
}
</style>
background-color css
<style>
a { background-color: #A52502; }
a { background-color: rgb(165,37,2); }
div.DivClassName
{
background-color: #A52502;
}
.BgClassName
{
background-color: #A52502;
}
</style>
border-color css
<style>
span { border-color: #A52502; }
span { border-color: rgb(165,37,2); }
td.TdClassName
{
border-color: #A52502;
}
.TagClassName
{
border-color: #A52502;
}
</style>