#B24E21

Color #B24E21 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B24E21

Tints of Rose Of Sharon #B24E21

Color information

#B24E21 (or 0xB24E21) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4E and 21. RGB value is (178,78,33). Sum of RGB (Red+Green+Blue) = 178+78+33=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E21 is #4DB1DE. Grayscale: #676767. Windows color (decimal): -5091807 or 2182834. OLE color: 2182834.

HSL color Cylindrical-coordinate representation of color #B24E21: hue angle of 18.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24E21 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1787833-
CMYK00.560.810.30
HSL18.62º68.72%41.37%-
HSV(B)18.62º81.46%69.8%-
XYZ21.3615.023.21-
YUV102.7788.63181.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 61.59%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=61.59%
G=26.99%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178783300.560.810.3018.6268.7241.37
HexB24E21038511E134529
Octal26211641070121362310551
Binary1011001010011101000010111000101000111110100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E21; }

 p { color: rgb(178,78,33); }

 H1.HeaderClassName
 {
   color: #B24E21;
 }
 .AnyTagClassName
 {
   color: #B24E21;
 }
</style>
background-color css

<style>
 a { background-color: #B24E21; }

 a { background-color: rgb(178,78,33); }

 div.DivClassName
 {
   background-color: #B24E21;
 }
 .BgClassName
 {
   background-color: #B24E21;
 }
</style>
border-color css

<style>
 span { border-color: #B24E21; }

 span { border-color: rgb(178,78,33); }

 td.TdClassName
 {
   border-color: #B24E21;
 }
 .TagClassName
 {
   border-color: #B24E21;
 }
</style>