Html Css Color HEX #B24928 Rose Of Sharon

📋 copy color: '#B24928'

red 178 ◦ green 73 ◦ blue 40

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

Shades of Rose Of Sharon #B24928

Tints of Rose Of Sharon #B24928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 61.17%
G = 25.09%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B24928 (or 0xB24928) is known color: Rose Of Sharon. HEX triplet: B2, 49 and 28. RGB value is (178,73,40). Sum of RGB (Red+Green+Blue) = 178+73+40=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B24928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24928 is #4DB6D7. Grayscale: #646464. Windows color (decimal): -5093080 or 2640306. OLE color: 2640306.

HSL color Cylindrical-coordinate representation of color #B24928: hue angle of 14.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B24928 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 40 -
CMYK 0 0.59 0.78 0.30
HSL 14.35º 0.63% 0.43% -
HSV(B) 14.35º 0.78% 0.7% -
XYZ 21.13 14.38 3.67 -
YUV 100.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 178 73 40 0 0.59 0.78 0.30 14.35 0.63 0.43
Hex B2 49 28 0 3B 4E 1E E 3F 2B
Octal 262 111 50 0 73 116 36 16 77 53
Binary 10110010 1001001 101000 0 111011 1001110 11110 1110 111111 101011

Color Harmonies of #B24928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24928

Black with #B24928

Text Example


Text Example

White with #B24928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24928; }

 p { color: rgb(178,73,40); }

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

background-color css

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

 a { background-color: rgb(178,73,40); }

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

border-color css

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

 span { border-color: rgb(178,73,40); }

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