#B44F1F

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

Shades of Rose Of Sharon #B44F1F

Tints of Rose Of Sharon #B44F1F

Color information

#B44F1F (or 0xB44F1F) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4F and 1F. RGB value is (180,79,31). Sum of RGB (Red+Green+Blue) = 180+79+31=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F1F is #4BB0E0. Grayscale: #686868. Windows color (decimal): -4960481 or 2052020. OLE color: 2052020.

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

Color convert

RGB1807931-
CMYK00.560.830.29
HSL19.33º70.62%41.37%-
HSV(B)19.33º82.78%70.59%-
XYZ21.8715.393.12-
YUV103.7386.96182.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=62.07%
G=27.24%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180793100.560.830.2919.3370.6241.37
HexB44F1F038531D134729
Octal26411737070123352310751
Binary101101001001111111110111000101001111101100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F1F; }

 p { color: rgb(180,79,31); }

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

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

 a { background-color: rgb(180,79,31); }

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

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

 span { border-color: rgb(180,79,31); }

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