Shades of Rust #A52802
Tints of Rust #A52802
RGB
CMYK
RGB Variations
Color information
#A52802 (or 0xA52802) is known color: Rust. HEX triplet: A5, 28 and 02. RGB value is (165,40,2). Sum of RGB (Red+Green+Blue) = 165+40+2=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A52802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52802 is #5AD7FD. Grayscale: #494949. Windows color (decimal): -5953534 or 141477. OLE color: 141477.
HSL color Cylindrical-coordinate representation of color #A52802: hue angle of 13.99º 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 #A52802 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.35 |
| HSL | 13.99º | 0.98% | 0.33% | - |
| HSV(B) | 13.99º | 0.99% | 0.65% | - |
| XYZ | 16.29 | 9.52 | 1.04 | - |
| YUV | 73.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 2 | 0 | 0.76 | 0.99 | 0.35 | 13.99 | 0.98 | 0.33 |
| Hex | A5 | 28 | 2 | 0 | 4C | 63 | 23 | E | 62 | 21 |
| Octal | 245 | 50 | 2 | 0 | 114 | 143 | 43 | 16 | 142 | 41 |
| Binary | 10100101 | 101000 | 10 | 0 | 1001100 | 1100011 | 100011 | 1110 | 1100010 | 100001 |
Color Harmonies of #A52802
Complementary color
Monochromatic Colors of #A52802
Black with #A52802
Text Example
Text Example
White with #A52802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52802; }
p { color: rgb(165,40,2); }
H1.HeaderClassName
{
color: #A52802;
}
.AnyTagClassName
{
color: #A52802;
}
</style>
background-color css
<style>
a { background-color: #A52802; }
a { background-color: rgb(165,40,2); }
div.DivClassName
{
background-color: #A52802;
}
.BgClassName
{
background-color: #A52802;
}
</style>
border-color css
<style>
span { border-color: #A52802; }
span { border-color: rgb(165,40,2); }
td.TdClassName
{
border-color: #A52802;
}
.TagClassName
{
border-color: #A52802;
}
</style>