#B44C25

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

Shades of Rose Of Sharon #B44C25

Tints of Rose Of Sharon #B44C25

Color information

#B44C25 (or 0xB44C25) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4C and 25. RGB value is (180,76,37). Sum of RGB (Red+Green+Blue) = 180+76+37=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C25 is #4BB3DA. Grayscale: #666666. Windows color (decimal): -4961243 or 2444468. OLE color: 2444468.

HSL color Cylindrical-coordinate representation of color #B44C25: hue angle of 16.36º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B44C25 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1807637-
CMYK00.580.790.29
HSL16.36º65.9%42.55%-
HSV(B)16.36º79.44%70.59%-
XYZ21.7415.013.5-
YUV102.6590.96183.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=61.43%
G=25.94%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180763700.580.790.2916.3665.942.55
HexB44C2503A4F1D10422b
Octal26411445072117352010253
Binary1011010010011001001010111010100111111101100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C25; }

 p { color: rgb(180,76,37); }

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

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

 a { background-color: rgb(180,76,37); }

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

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

 span { border-color: rgb(180,76,37); }

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