#B44D28

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

Shades of Rose Of Sharon #B44D28

Tints of Rose Of Sharon #B44D28

Color information

#B44D28 (or 0xB44D28) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4D and 28. RGB value is (180,77,40). Sum of RGB (Red+Green+Blue) = 180+77+40=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D28 is #4BB2D7. Grayscale: #676767. Windows color (decimal): -4960984 or 2641332. OLE color: 2641332.

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

Color convert

RGB1807740-
CMYK00.570.780.29
HSL15.86º63.64%43.14%-
HSV(B)15.86º77.78%70.59%-
XYZ21.8615.163.78-
YUV103.5892.12182.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=60.61%
G=25.93%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180774000.570.780.2915.8663.6443.14
HexB44D280394E1D10402b
Octal26411550071116352010053
Binary1011010010011011010000111001100111011101100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D28; }

 p { color: rgb(180,77,40); }

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

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

 a { background-color: rgb(180,77,40); }

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

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

 span { border-color: rgb(180,77,40); }

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