Shades of Rose Of Sharon #B24A2F
Tints of Rose Of Sharon #B24A2F
RGB
CMYK
RGB Variations
Color information
#B24A2F (or 0xB24A2F) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 2F. RGB value is (178,74,47). Sum of RGB (Red+Green+Blue) = 178+74+47=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A2F is #4DB5D0. Grayscale: #666666. Windows color (decimal): -5092817 or 3099314. OLE color: 3099314.
HSL color Cylindrical-coordinate representation of color #B24A2F: hue angle of 12.37º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B24A2F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 47 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.30 |
| HSL | 12.37º | 0.58% | 0.44% | - |
| HSV(B) | 12.37º | 0.74% | 0.7% | - |
| XYZ | 21.32 | 14.57 | 4.38 | - |
| YUV | 102.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 47 | 0 | 0.58 | 0.74 | 0.30 | 12.37 | 0.58 | 0.44 |
| Hex | B2 | 4A | 2F | 0 | 3A | 4A | 1E | C | 3A | 2C |
| Octal | 262 | 112 | 57 | 0 | 72 | 112 | 36 | 14 | 72 | 54 |
| Binary | 10110010 | 1001010 | 101111 | 0 | 111010 | 1001010 | 11110 | 1100 | 111010 | 101100 |
Color Harmonies of #B24A2F
Complementary color
Monochromatic Colors of #B24A2F
Black with #B24A2F
Text Example
Text Example
White with #B24A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A2F; }
p { color: rgb(178,74,47); }
H1.HeaderClassName
{
color: #B24A2F;
}
.AnyTagClassName
{
color: #B24A2F;
}
</style>
background-color css
<style>
a { background-color: #B24A2F; }
a { background-color: rgb(178,74,47); }
div.DivClassName
{
background-color: #B24A2F;
}
.BgClassName
{
background-color: #B24A2F;
}
</style>
border-color css
<style>
span { border-color: #B24A2F; }
span { border-color: rgb(178,74,47); }
td.TdClassName
{
border-color: #B24A2F;
}
.TagClassName
{
border-color: #B24A2F;
}
</style>