#B24427

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

Shades of Rose Of Sharon #B24427

Tints of Rose Of Sharon #B24427

Color information

#B24427 (or 0xB24427) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 44 and 27. RGB value is (178,68,39). Sum of RGB (Red+Green+Blue) = 178+68+39=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B24427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24427 is #4DBBD8. Grayscale: #616161. Windows color (decimal): -5094361 or 2573490. OLE color: 2573490.

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

Color convert

RGB1786839-
CMYK00.620.780.30
HSL12.52º64.06%42.55%-
HSV(B)12.52º78.09%69.8%-
XYZ20.7913.753.48-
YUV97.5894.94185.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=62.46%
G=23.86%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178683900.620.780.3012.5264.0642.55
HexB2442703E4E1Ed402b
Octal26210447076116361510053
Binary101100101000100100111011111010011101111011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24427; }

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

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

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

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

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

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

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

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