#B44821

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

Shades of Rose Of Sharon #B44821

Tints of Rose Of Sharon #B44821

Color information

#B44821 (or 0xB44821) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 48 and 21. RGB value is (180,72,33). Sum of RGB (Red+Green+Blue) = 180+72+33=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44821 is #4BB7DE. Grayscale: #646464. Windows color (decimal): -4962271 or 2181300. OLE color: 2181300.

HSL color Cylindrical-coordinate representation of color #B44821: hue angle of 15.92º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B44821 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1807233-
CMYK00.600.820.29
HSL15.92º69.01%41.76%-
HSV(B)15.92º81.67%70.59%-
XYZ21.4114.453.1-
YUV99.8590.28185.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=63.16%
G=25.26%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180723300.600.820.2915.9269.0141.76
HexB4482103C521D10452a
Octal26411041074122352010552
Binary1011010010010001000010111100101001011101100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44821; }

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

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

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

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

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

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

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

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