Html Css Color HEX #B34824 Rose Of Sharon

📋 copy color: '#B34824'

red 179 ◦ green 72 ◦ blue 36

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

Shades of Rose Of Sharon #B34824

Tints of Rose Of Sharon #B34824

RGB

 RED value IS 179 (70.31% from 255) = 62.37%

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

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

R = 62.37%
G = 25.09%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34824 (or 0xB34824) is known color: Rose Of Sharon. HEX triplet: B3, 48 and 24. RGB value is (179,72,36). Sum of RGB (Red+Green+Blue) = 179+72+36=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34824 is #4CB7DB. Grayscale: #646464. Windows color (decimal): -5027804 or 2377907. OLE color: 2377907.

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

Color convert

RGB 179 72 36 -
CMYK 0 0.60 0.80 0.30
HSL 15.1º 0.67% 0.42% -
HSV(B) 15.1º 0.8% 0.7% -
XYZ 21.23 14.35 3.32 -
YUV 99.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 179 72 36 0 0.60 0.80 0.30 15.1 0.67 0.42
Hex B3 48 24 0 3C 50 1E F 43 2A
Octal 263 110 44 0 74 120 36 17 103 52
Binary 10110011 1001000 100100 0 111100 1010000 11110 1111 1000011 101010

Color Harmonies of #B34824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34824

Black with #B34824

Text Example


Text Example

White with #B34824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34824; }

 p { color: rgb(179,72,36); }

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

background-color css

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

 a { background-color: rgb(179,72,36); }

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

border-color css

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

 span { border-color: rgb(179,72,36); }

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