#B24C1E

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

Shades of Rose Of Sharon #B24C1E

Tints of Rose Of Sharon #B24C1E

Color information

#B24C1E (or 0xB24C1E) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4C and 1E. RGB value is (178,76,30). Sum of RGB (Red+Green+Blue) = 178+76+30=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C1E is #4DB3E1. Grayscale: #656565. Windows color (decimal): -5092322 or 1985714. OLE color: 1985714.

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

Color convert

RGB1787630-
CMYK00.570.830.30
HSL18.65º71.15%40.78%-
HSV(B)18.65º83.15%69.8%-
XYZ21.1814.732.95-
YUV101.2587.79182.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.68%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=62.68%
G=26.76%
B=10.56%

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
Decimal178763000.570.830.3018.6571.1540.78
HexB24C1E039531E134729
Octal26211436071123362310751
Binary101100101001100111100111001101001111110100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C1E; }

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

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

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

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

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

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

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

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