Html Css Color HEX #B24C23 Rose Of Sharon

📋 copy color: '#B24C23'

red 178 ◦ green 76 ◦ blue 35

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

Shades of Rose Of Sharon #B24C23

Tints of Rose Of Sharon #B24C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

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

R = 61.59%
G = 26.3%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B24C23 (or 0xB24C23) is known color: Rose Of Sharon. HEX triplet: B2, 4C and 23. RGB value is (178,76,35). Sum of RGB (Red+Green+Blue) = 178+76+35=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C23 is #4DB3DC. Grayscale: #666666. Windows color (decimal): -5092317 or 2313394. OLE color: 2313394.

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

Color convert

RGB 178 76 35 -
CMYK 0 0.57 0.80 0.30
HSL 17.2º 0.67% 0.42% -
HSV(B) 17.2º 0.8% 0.7% -
XYZ 21.25 14.76 3.32 -
YUV 101.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 178 76 35 0 0.57 0.80 0.30 17.2 0.67 0.42
Hex B2 4C 23 0 39 50 1E 11 43 2A
Octal 262 114 43 0 71 120 36 21 103 52
Binary 10110010 1001100 100011 0 111001 1010000 11110 10001 1000011 101010

Color Harmonies of #B24C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C23

Black with #B24C23

Text Example


Text Example

White with #B24C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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