Html Css Color HEX #B24323 Rose Of Sharon

📋 copy color: '#B24323'

red 178 ◦ green 67 ◦ blue 35

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

Shades of Rose Of Sharon #B24323

Tints of Rose Of Sharon #B24323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 63.57%
G = 23.93%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B24323 (or 0xB24323) is known color: Rose Of Sharon. HEX triplet: B2, 43 and 23. RGB value is (178,67,35). Sum of RGB (Red+Green+Blue) = 178+67+35=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24323 is #4DBCDC. Grayscale: #606060. Windows color (decimal): -5094621 or 2311090. OLE color: 2311090.

HSL color Cylindrical-coordinate representation of color #B24323: hue angle of 13.43º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B24323 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 35 -
CMYK 0 0.62 0.80 0.30
HSL 13.43º 0.67% 0.42% -
HSV(B) 13.43º 0.8% 0.7% -
XYZ 20.67 13.6 3.13 -
YUV 96.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 178 67 35 0 0.62 0.80 0.30 13.43 0.67 0.42
Hex B2 43 23 0 3E 50 1E D 43 2A
Octal 262 103 43 0 76 120 36 15 103 52
Binary 10110010 1000011 100011 0 111110 1010000 11110 1101 1000011 101010

Color Harmonies of #B24323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24323

Black with #B24323

Text Example


Text Example

White with #B24323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24323; }

 p { color: rgb(178,67,35); }

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

background-color css

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

 a { background-color: rgb(178,67,35); }

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

border-color css

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

 span { border-color: rgb(178,67,35); }

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