#b44a1f

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

Shades of Rose Of Sharon #B44A1F

Tints of Rose Of Sharon #B44A1F

Color information

#B44A1F (or 0xB44A1F) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4A and 1F. RGB value is (180,74,31). Sum of RGB (Red+Green+Blue) = 180+74+31=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A1F is #4BB5E0. Grayscale: #656565. Windows color (decimal): -4961761 or 2050740. OLE color: 2050740.

HSL color Cylindrical-coordinate representation of color #B44A1F: hue angle of 17.32º 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 #B44A1F is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1807431-
CMYK00.590.830.29
HSL17.32º70.62%41.37%-
HSV(B)17.32º82.78%70.59%-
XYZ21.5214.73-
YUV100.7988.62184.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 31 (12.5% from 255) = 10.88%
R=63.16%
G=25.96%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180743100.590.830.2917.3270.6241.37
HexB44A1F03B531D114729
Octal26411237073123352110751
Binary101101001001010111110111011101001111101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44a1f; }

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

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

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

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

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

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

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

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