Html Css Color HEX #B44B2C Rose Of Sharon

📋 copy color: '#B44B2C'

red 180 ◦ green 75 ◦ blue 44

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

Shades of Rose Of Sharon #B44B2C

Tints of Rose Of Sharon #B44B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 60.2%
G = 25.08%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B44B2C (or 0xB44B2C) is known color: Rose Of Sharon. HEX triplet: B4, 4B and 2C. RGB value is (180,75,44). Sum of RGB (Red+Green+Blue) = 180+75+44=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B2C is #4BB4D3. Grayscale: #676767. Windows color (decimal): -4961492 or 2902964. OLE color: 2902964.

HSL color Cylindrical-coordinate representation of color #B44B2C: hue angle of 13.68º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B44B2C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 75 44 -
CMYK 0 0.58 0.76 0.29
HSL 13.68º 0.61% 0.44% -
HSV(B) 13.68º 0.76% 0.71% -
XYZ 21.79 14.92 4.11 -
YUV 102.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 180 75 44 0 0.58 0.76 0.29 13.68 0.61 0.44
Hex B4 4B 2C 0 3A 4C 1D E 3D 2C
Octal 264 113 54 0 72 114 35 16 75 54
Binary 10110100 1001011 101100 0 111010 1001100 11101 1110 111101 101100

Color Harmonies of #B44B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44B2C

Black with #B44B2C

Text Example


Text Example

White with #B44B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44B2C; }

 p { color: rgb(180,75,44); }

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

background-color css

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

 a { background-color: rgb(180,75,44); }

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

border-color css

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

 span { border-color: rgb(180,75,44); }

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