Html Css Color HEX #B44324 Rose Of Sharon

📋 copy color: '#B44324'

red 180 ◦ green 67 ◦ blue 36

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

Shades of Rose Of Sharon #B44324

Tints of Rose Of Sharon #B44324

RGB

 RED value IS 180 (70.7% from 255) = 63.6%

 GREEN value IS 67 (26.56% from 255) = 23.67%

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

R = 63.6%
G = 23.67%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B44324 (or 0xB44324) is known color: Rose Of Sharon. HEX triplet: B4, 43 and 24. RGB value is (180,67,36). Sum of RGB (Red+Green+Blue) = 180+67+36=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B44324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44324 is #4BBCDB. Grayscale: #616161. Windows color (decimal): -4963548 or 2376628. OLE color: 2376628.

HSL color Cylindrical-coordinate representation of color #B44324: hue angle of 12.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B44324 is Cyan = 0, Magento = 0.63, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 36 -
CMYK 0 0.63 0.8 0.29
HSL 12.92º 0.67% 0.42% -
HSV(B) 12.92º 0.8% 0.71% -
XYZ 21.15 13.84 3.23 -
YUV 97.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 180 67 36 0 0.63 0.8 0.29 12.92 0.67 0.42
Hex B4 43 24 0 3F 50 1D D 43 2A
Octal 264 103 44 0 77 120 35 15 103 52
Binary 10110100 1000011 100100 0 111111 1010000 11101 1101 1000011 101010

Color Harmonies of #B44324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44324

Black with #B44324

Text Example


Text Example

White with #B44324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44324; }

 p { color: rgb(180,67,36); }

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

background-color css

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

 a { background-color: rgb(180,67,36); }

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

border-color css

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

 span { border-color: rgb(180,67,36); }

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