Html Css Color HEX #B24828 Rose Of Sharon

📋 copy color: '#B24828'

red 178 ◦ green 72 ◦ blue 40

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

Shades of Rose Of Sharon #B24828

Tints of Rose Of Sharon #B24828

RGB

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

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

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

R = 61.38%
G = 24.83%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B24828 (or 0xB24828) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 28. RGB value is (178,72,40). Sum of RGB (Red+Green+Blue) = 178+72+40=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B24828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24828 is #4DB7D7. Grayscale: #646464. Windows color (decimal): -5093336 or 2640050. OLE color: 2640050.

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

Color convert

RGB 178 72 40 -
CMYK 0 0.60 0.78 0.30
HSL 13.91º 0.63% 0.43% -
HSV(B) 13.91º 0.78% 0.7% -
XYZ 21.06 14.25 3.65 -
YUV 100.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 178 72 40 0 0.60 0.78 0.30 13.91 0.63 0.43
Hex B2 48 28 0 3C 4E 1E E 3F 2B
Octal 262 110 50 0 74 116 36 16 77 53
Binary 10110010 1001000 101000 0 111100 1001110 11110 1110 111111 101011

Color Harmonies of #B24828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24828

Black with #B24828

Text Example


Text Example

White with #B24828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24828; }

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

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

background-color css

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

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

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

border-color css

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

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

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