#B44828

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

Shades of Rose Of Sharon #B44828

Tints of Rose Of Sharon #B44828

Color information

#B44828 (or 0xB44828) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 48 and 28. RGB value is (180,72,40). Sum of RGB (Red+Green+Blue) = 180+72+40=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B44828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44828 is #4BB7D7. Grayscale: #646464. Windows color (decimal): -4962264 or 2640052. OLE color: 2640052.

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

Color convert

RGB1807240-
CMYK00.600.780.29
HSL13.71º63.64%43.14%-
HSV(B)13.71º77.78%70.59%-
XYZ21.5214.493.67-
YUV100.6493.78184.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=61.64%
G=24.66%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180724000.600.780.2913.7163.6443.14
HexB4482803C4E1De402b
Octal26411050074116351610053
Binary101101001001000101000011110010011101110111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44828; }

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

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

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

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

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

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

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

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