#B44427

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

Shades of Rose Of Sharon #B44427

Tints of Rose Of Sharon #B44427

Color information

#B44427 (or 0xB44427) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 44 and 27. RGB value is (180,68,39). Sum of RGB (Red+Green+Blue) = 180+68+39=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44427 is #4BBBD8. Grayscale: #626262. Windows color (decimal): -4963289 or 2573492. OLE color: 2573492.

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

Color convert

RGB1806839-
CMYK00.620.780.29
HSL12.34º64.38%42.94%-
HSV(B)12.34º78.33%70.59%-
XYZ21.2613.983.5-
YUV98.1894.61186.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=62.72%
G=23.69%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180683900.620.780.2912.3464.3842.94
HexB4442703E4E1Dc402b
Octal26410447076116351410053
Binary101101001000100100111011111010011101110111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44427; }

 p { color: rgb(180,68,39); }

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

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

 a { background-color: rgb(180,68,39); }

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

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

 span { border-color: rgb(180,68,39); }

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