Html Css Color HEX #B24820 Rose Of Sharon

📋 copy color: '#B24820'

red 178 ◦ green 72 ◦ blue 32

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

Shades of Rose Of Sharon #B24820

Tints of Rose Of Sharon #B24820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 63.12%
G = 25.53%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B24820 (or 0xB24820) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 20. RGB value is (178,72,32). Sum of RGB (Red+Green+Blue) = 178+72+32=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24820 is #4DB7DF. Grayscale: #636363. Windows color (decimal): -5093344 or 2115762. OLE color: 2115762.

HSL color Cylindrical-coordinate representation of color #B24820: hue angle of 16.44º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B24820 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 32 -
CMYK 0 0.60 0.82 0.30
HSL 16.44º 0.7% 0.41% -
HSV(B) 16.44º 0.82% 0.7% -
XYZ 20.94 14.2 3 -
YUV 99.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 178 72 32 0 0.60 0.82 0.30 16.44 0.7 0.41
Hex B2 48 20 0 3C 52 1E 10 46 29
Octal 262 110 40 0 74 122 36 20 106 51
Binary 10110010 1001000 100000 0 111100 1010010 11110 10000 1000110 101001

Color Harmonies of #B24820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24820

Black with #B24820

Text Example


Text Example

White with #B24820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24820; }

 p { color: rgb(178,72,32); }

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

background-color css

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

 a { background-color: rgb(178,72,32); }

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

border-color css

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

 span { border-color: rgb(178,72,32); }

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