Shades of Rose Of Sharon #AB482B
Tints of Rose Of Sharon #AB482B
RGB
CMYK
RGB Variations
Color information
#AB482B (or 0xAB482B) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 2B. RGB value is (171,72,43). Sum of RGB (Red+Green+Blue) = 171+72+43=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB482B is #54B7D4. Grayscale: #626262. Windows color (decimal): -5552085 or 2836651. OLE color: 2836651.
HSL color Cylindrical-coordinate representation of color #AB482B: hue angle of 13.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB482B is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 43 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.33 |
| HSL | 13.59º | 0.6% | 0.42% | - |
| HSV(B) | 13.59º | 0.75% | 0.67% | - |
| XYZ | 19.55 | 13.47 | 3.85 | - |
| YUV | 98.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 43 | 0 | 0.58 | 0.75 | 0.33 | 13.59 | 0.6 | 0.42 |
| Hex | AB | 48 | 2B | 0 | 3A | 4B | 21 | E | 3C | 2A |
| Octal | 253 | 110 | 53 | 0 | 72 | 113 | 41 | 16 | 74 | 52 |
| Binary | 10101011 | 1001000 | 101011 | 0 | 111010 | 1001011 | 100001 | 1110 | 111100 | 101010 |
Color Harmonies of #AB482B
Complementary color
Monochromatic Colors of #AB482B
Black with #AB482B
Text Example
Text Example
White with #AB482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB482B; }
p { color: rgb(171,72,43); }
H1.HeaderClassName
{
color: #AB482B;
}
.AnyTagClassName
{
color: #AB482B;
}
</style>
background-color css
<style>
a { background-color: #AB482B; }
a { background-color: rgb(171,72,43); }
div.DivClassName
{
background-color: #AB482B;
}
.BgClassName
{
background-color: #AB482B;
}
</style>
border-color css
<style>
span { border-color: #AB482B; }
span { border-color: rgb(171,72,43); }
td.TdClassName
{
border-color: #AB482B;
}
.TagClassName
{
border-color: #AB482B;
}
</style>