#B24A2D

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

Shades of Rose Of Sharon #B24A2D

Tints of Rose Of Sharon #B24A2D

Color information

#B24A2D (or 0xB24A2D) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4A and 2D. RGB value is (178,74,45). Sum of RGB (Red+Green+Blue) = 178+74+45=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A2D is #4DB5D2. Grayscale: #666666. Windows color (decimal): -5092819 or 2968242. OLE color: 2968242.

HSL color Cylindrical-coordinate representation of color #B24A2D: hue angle of 13.08º 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 #B24A2D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1787445-
CMYK00.580.750.30
HSL13.08º59.64%43.73%-
HSV(B)13.08º74.72%69.8%-
XYZ21.2814.554.17-
YUV101.7995.96182.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=59.93%
G=24.92%
B=15.15%

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
Decimal178744500.580.750.3013.0859.6443.73
HexB24A2D03A4B1Ed3c2c
Octal2621125507211336157454
Binary10110010100101010110101110101001011111101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A2D; }

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

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

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

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

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

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

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

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