Shades of Rust #A55102
Tints of Rust #A55102
RGB
CMYK
RGB Variations
Color information
#A55102 (or 0xA55102) is known color: Rust. HEX triplet: A5, 51 and 02. RGB value is (165,81,2). Sum of RGB (Red+Green+Blue) = 165+81+2=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A55102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55102 is #5AAEFD. Grayscale: #616161. Windows color (decimal): -5943038 or 151973. OLE color: 151973.
HSL color Cylindrical-coordinate representation of color #A55102: hue angle of 29.08º 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 #A55102 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.35 |
| HSL | 29.08º | 0.98% | 0.33% | - |
| HSV(B) | 29.08º | 0.99% | 0.65% | - |
| XYZ | 18.47 | 13.89 | 1.76 | - |
| YUV | 97.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 2 | 0 | 0.51 | 0.99 | 0.35 | 29.08 | 0.98 | 0.33 |
| Hex | A5 | 51 | 2 | 0 | 33 | 63 | 23 | 1D | 62 | 21 |
| Octal | 245 | 121 | 2 | 0 | 63 | 143 | 43 | 35 | 142 | 41 |
| Binary | 10100101 | 1010001 | 10 | 0 | 110011 | 1100011 | 100011 | 11101 | 1100010 | 100001 |
Color Harmonies of #A55102
Complementary color
Monochromatic Colors of #A55102
Black with #A55102
Text Example
Text Example
White with #A55102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55102; }
p { color: rgb(165,81,2); }
H1.HeaderClassName
{
color: #A55102;
}
.AnyTagClassName
{
color: #A55102;
}
</style>
background-color css
<style>
a { background-color: #A55102; }
a { background-color: rgb(165,81,2); }
div.DivClassName
{
background-color: #A55102;
}
.BgClassName
{
background-color: #A55102;
}
</style>
border-color css
<style>
span { border-color: #A55102; }
span { border-color: rgb(165,81,2); }
td.TdClassName
{
border-color: #A55102;
}
.TagClassName
{
border-color: #A55102;
}
</style>