#B24B2D

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

Shades of Rose Of Sharon #B24B2D

Tints of Rose Of Sharon #B24B2D

Color information

#B24B2D (or 0xB24B2D) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4B and 2D. RGB value is (178,75,45). Sum of RGB (Red+Green+Blue) = 178+75+45=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B2D is #4DB4D2. Grayscale: #666666. Windows color (decimal): -5092563 or 2968498. OLE color: 2968498.

HSL color Cylindrical-coordinate representation of color #B24B2D: hue angle of 13.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B24B2D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1787545-
CMYK00.580.750.30
HSL13.53º59.64%43.73%-
HSV(B)13.53º74.72%69.8%-
XYZ21.3514.694.19-
YUV102.3895.62181.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=59.73%
G=25.17%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178754500.580.750.3013.5359.6443.73
HexB24B2D03A4B1Ee3c2c
Octal2621135507211336167454
Binary10110010100101110110101110101001011111101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B2D; }

 p { color: rgb(178,75,45); }

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

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

 a { background-color: rgb(178,75,45); }

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

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

 span { border-color: rgb(178,75,45); }

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