#B44924

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

Shades of Rose Of Sharon #B44924

Tints of Rose Of Sharon #B44924

Color information

#B44924 (or 0xB44924) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 49 and 24. RGB value is (180,73,36). Sum of RGB (Red+Green+Blue) = 180+73+36=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B44924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44924 is #4BB6DB. Grayscale: #656565. Windows color (decimal): -4962012 or 2378164. OLE color: 2378164.

HSL color Cylindrical-coordinate representation of color #B44924: hue angle of 15.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B44924 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB1807336-
CMYK00.590.80.29
HSL15.42º66.67%42.35%-
HSV(B)15.42º80%70.59%-
XYZ21.5214.63.35-
YUV100.7891.45184.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 36 (14.45% from 255) = 12.46%
R=62.28%
G=25.26%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180733600.590.80.2915.4266.6742.35
HexB4492403B501Df432a
Octal26411144073120351710352
Binary101101001001001100100011101110100001110111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44924; }

 p { color: rgb(180,73,36); }

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

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

 a { background-color: rgb(180,73,36); }

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

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

 span { border-color: rgb(180,73,36); }

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