Html Css Color HEX #B24C22 Rose Of Sharon

📋 copy color: '#B24C22'

red 178 ◦ green 76 ◦ blue 34

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

Shades of Rose Of Sharon #B24C22

Tints of Rose Of Sharon #B24C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 61.81%
G = 26.39%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B24C22 (or 0xB24C22) is known color: Rose Of Sharon. HEX triplet: B2, 4C and 22. RGB value is (178,76,34). Sum of RGB (Red+Green+Blue) = 178+76+34=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C22 is #4DB3DD. Grayscale: #656565. Windows color (decimal): -5092318 or 2247858. OLE color: 2247858.

HSL color Cylindrical-coordinate representation of color #B24C22: hue angle of 17.5º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24C22 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 76 34 -
CMYK 0 0.57 0.81 0.30
HSL 17.5º 0.68% 0.42% -
HSV(B) 17.5º 0.81% 0.7% -
XYZ 21.23 14.75 3.24 -
YUV 101.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 178 76 34 0 0.57 0.81 0.30 17.5 0.68 0.42
Hex B2 4C 22 0 39 51 1E 12 44 2A
Octal 262 114 42 0 71 121 36 22 104 52
Binary 10110010 1001100 100010 0 111001 1010001 11110 10010 1000100 101010

Color Harmonies of #B24C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C22

Black with #B24C22

Text Example


Text Example

White with #B24C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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