Html Css Color HEX #B24224 Rose Of Sharon

📋 copy color: '#B24224'

red 178 ◦ green 66 ◦ blue 36

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

Shades of Rose Of Sharon #B24224

Tints of Rose Of Sharon #B24224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 63.57%
G = 23.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B24224 (or 0xB24224) is known color: Rose Of Sharon. HEX triplet: B2, 42 and 24. RGB value is (178,66,36). Sum of RGB (Red+Green+Blue) = 178+66+36=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24224 is #4DBDDB. Grayscale: #606060. Windows color (decimal): -5094876 or 2376370. OLE color: 2376370.

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

Color convert

RGB 178 66 36 -
CMYK 0 0.63 0.80 0.30
HSL 12.68º 0.66% 0.42% -
HSV(B) 12.68º 0.8% 0.7% -
XYZ 20.63 13.49 3.19 -
YUV 96.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 178 66 36 0 0.63 0.80 0.30 12.68 0.66 0.42
Hex B2 42 24 0 3F 50 1E D 42 2A
Octal 262 102 44 0 77 120 36 15 102 52
Binary 10110010 1000010 100100 0 111111 1010000 11110 1101 1000010 101010

Color Harmonies of #B24224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24224

Black with #B24224

Text Example


Text Example

White with #B24224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24224; }

 p { color: rgb(178,66,36); }

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

background-color css

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

 a { background-color: rgb(178,66,36); }

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

border-color css

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

 span { border-color: rgb(178,66,36); }

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