#B24A20

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

Shades of Rose Of Sharon #B24A20

Tints of Rose Of Sharon #B24A20

Color information

#B24A20 (or 0xB24A20) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4A and 20. RGB value is (178,74,32). Sum of RGB (Red+Green+Blue) = 178+74+32=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A20 is #4DB5DF. Grayscale: #646464. Windows color (decimal): -5092832 or 2116274. OLE color: 2116274.

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

Color convert

RGB1787432-
CMYK00.580.820.30
HSL17.26º69.52%41.18%-
HSV(B)17.26º82.02%69.8%-
XYZ21.0714.473.05-
YUV100.3189.46183.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.68%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=62.68%
G=26.06%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178743200.580.820.3017.2669.5241.18
HexB24A2003A521E114629
Octal26211240072122362110651
Binary1011001010010101000000111010101001011110100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A20; }

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

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

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

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

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

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

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

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