#B24B1E

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

Shades of Rose Of Sharon #B24B1E

Tints of Rose Of Sharon #B24B1E

Color information

#B24B1E (or 0xB24B1E) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4B and 1E. RGB value is (178,75,30). Sum of RGB (Red+Green+Blue) = 178+75+30=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B1E is #4DB4E1. Grayscale: #646464. Windows color (decimal): -5092578 or 1985458. OLE color: 1985458.

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

Color convert

RGB1787530-
CMYK00.580.830.30
HSL18.24º71.15%40.78%-
HSV(B)18.24º83.15%69.8%-
XYZ21.1114.592.93-
YUV100.6788.12183.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=62.90%
G=26.50%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178753000.580.830.3018.2471.1540.78
HexB24B1E03A531E124729
Octal26211336072123362210751
Binary101100101001011111100111010101001111110100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B1E; }

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

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

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

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

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

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

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

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