Shades of Rose Of Sharon #A64B2D
Tints of Rose Of Sharon #A64B2D
RGB
CMYK
RGB Variations
Color information
#A64B2D (or 0xA64B2D) is known color: Rose Of Sharon. HEX triplet: A6, 4B and 2D. RGB value is (166,75,45). Sum of RGB (Red+Green+Blue) = 166+75+45=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B2D is #59B4D2. Grayscale: #636363. Windows color (decimal): -5878995 or 2968486. OLE color: 2968486.
HSL color Cylindrical-coordinate representation of color #A64B2D: hue angle of 14.88º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A64B2D is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 45 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.35 |
| HSL | 14.88º | 0.57% | 0.41% | - |
| HSV(B) | 14.88º | 0.73% | 0.65% | - |
| XYZ | 18.72 | 13.33 | 4.07 | - |
| YUV | 98.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 45 | 0 | 0.55 | 0.73 | 0.35 | 14.88 | 0.57 | 0.41 |
| Hex | A6 | 4B | 2D | 0 | 37 | 49 | 23 | F | 39 | 29 |
| Octal | 246 | 113 | 55 | 0 | 67 | 111 | 43 | 17 | 71 | 51 |
| Binary | 10100110 | 1001011 | 101101 | 0 | 110111 | 1001001 | 100011 | 1111 | 111001 | 101001 |
Color Harmonies of #A64B2D
Complementary color
Monochromatic Colors of #A64B2D
Black with #A64B2D
Text Example
Text Example
White with #A64B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B2D; }
p { color: rgb(166,75,45); }
H1.HeaderClassName
{
color: #A64B2D;
}
.AnyTagClassName
{
color: #A64B2D;
}
</style>
background-color css
<style>
a { background-color: #A64B2D; }
a { background-color: rgb(166,75,45); }
div.DivClassName
{
background-color: #A64B2D;
}
.BgClassName
{
background-color: #A64B2D;
}
</style>
border-color css
<style>
span { border-color: #A64B2D; }
span { border-color: rgb(166,75,45); }
td.TdClassName
{
border-color: #A64B2D;
}
.TagClassName
{
border-color: #A64B2D;
}
</style>