#B44323

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

Shades of Rose Of Sharon #B44323

Tints of Rose Of Sharon #B44323

Color information

#B44323 (or 0xB44323) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 43 and 23. RGB value is (180,67,35). Sum of RGB (Red+Green+Blue) = 180+67+35=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B44323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44323 is #4BBCDC. Grayscale: #616161. Windows color (decimal): -4963549 or 2311092. OLE color: 2311092.

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

Color convert

RGB1806735-
CMYK00.630.810.29
HSL13.24º67.44%42.16%-
HSV(B)13.24º80.56%70.59%-
XYZ21.1313.843.15-
YUV97.1492.94187.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 35 (14.06% from 255) = 12.41%
R=63.83%
G=23.76%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180673500.630.810.2913.2467.4442.16
HexB4432303F511Dd432a
Octal26410343077121351510352
Binary101101001000011100011011111110100011110111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44323; }

 p { color: rgb(180,67,35); }

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

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

 a { background-color: rgb(180,67,35); }

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

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

 span { border-color: rgb(180,67,35); }

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