#B44E1C

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

Shades of Rose Of Sharon #B44E1C

Tints of Rose Of Sharon #B44E1C

Color information

#B44E1C (or 0xB44E1C) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4E and 1C. RGB value is (180,78,28). Sum of RGB (Red+Green+Blue) = 180+78+28=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E1C is #4BB1E3. Grayscale: #676767. Windows color (decimal): -4960740 or 1855156. OLE color: 1855156.

HSL color Cylindrical-coordinate representation of color #B44E1C: hue angle of 19.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B44E1C is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1807828-
CMYK00.570.840.29
HSL19.74º73.08%40.78%-
HSV(B)19.74º84.44%70.59%-
XYZ21.7615.242.89-
YUV102.885.79183.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=62.94%
G=27.27%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180782800.570.840.2919.7473.0840.78
HexB44E1C039541D144929
Octal26411634071124352411151
Binary101101001001110111000111001101010011101101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E1C; }

 p { color: rgb(180,78,28); }

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

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

 a { background-color: rgb(180,78,28); }

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

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

 span { border-color: rgb(180,78,28); }

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