Html Css Color HEX #B24A1E Rose Of Sharon

📋 copy color: '#B24A1E'

red 178 ◦ green 74 ◦ blue 30

#B24A1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #B24A1E

Tints of Rose Of Sharon #B24A1E

RGB

 RED value IS 178 (69.92% from 255) = 63.12%

 GREEN value IS 74 (29.3% from 255) = 26.24%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 63.12%
G = 26.24%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B24A1E (or 0xB24A1E) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 1E. RGB value is (178,74,30). Sum of RGB (Red+Green+Blue) = 178+74+30=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1E is #4DB5E1. Grayscale: #646464. Windows color (decimal): -5092834 or 1985202. OLE color: 1985202.

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

Color convert

RGB 178 74 30 -
CMYK 0 0.58 0.83 0.30
HSL 17.84º 0.71% 0.41% -
HSV(B) 17.84º 0.83% 0.7% -
XYZ 21.04 14.46 2.91 -
YUV 100.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 178 74 30 0 0.58 0.83 0.30 17.84 0.71 0.41
Hex B2 4A 1E 0 3A 53 1E 12 47 29
Octal 262 112 36 0 72 123 36 22 107 51
Binary 10110010 1001010 11110 0 111010 1010011 11110 10010 1000111 101001

Color Harmonies of #B24A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1E

Black with #B24A1E

Text Example


Text Example

White with #B24A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1E; }

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

 H1.HeaderClassName
 {
   color: #B24A1E;
 }
 .AnyTagClassName
 {
   color: #B24A1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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