#B24D1E

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

Shades of Rose Of Sharon #B24D1E

Tints of Rose Of Sharon #B24D1E

Color information

#B24D1E (or 0xB24D1E) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4D and 1E. RGB value is (178,77,30). Sum of RGB (Red+Green+Blue) = 178+77+30=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D1E is #4DB2E1. Grayscale: #666666. Windows color (decimal): -5092066 or 1985970. OLE color: 1985970.

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

Color convert

RGB1787730-
CMYK00.570.830.30
HSL19.05º71.15%40.78%-
HSV(B)19.05º83.15%69.8%-
XYZ21.2514.872.98-
YUV101.8487.46182.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=62.46%
G=27.02%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178773000.570.830.3019.0571.1540.78
HexB24D1E039531E134729
Octal26211536071123362310751
Binary101100101001101111100111001101001111110100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D1E; }

 p { color: rgb(178,77,30); }

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

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

 a { background-color: rgb(178,77,30); }

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

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

 span { border-color: rgb(178,77,30); }

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