Html Css Color HEX #B44C29 Rose Of Sharon

📋 copy color: '#B44C29'

red 180 ◦ green 76 ◦ blue 41

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

Shades of Rose Of Sharon #B44C29

Tints of Rose Of Sharon #B44C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 60.61%
G = 25.59%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B44C29 (or 0xB44C29) is known color: Rose Of Sharon. HEX triplet: B4, 4C and 29. RGB value is (180,76,41). Sum of RGB (Red+Green+Blue) = 180+76+41=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C29 is #4BB3D6. Grayscale: #676767. Windows color (decimal): -4961239 or 2706612. OLE color: 2706612.

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

Color convert

RGB 180 76 41 -
CMYK 0 0.58 0.77 0.29
HSL 15.11º 0.63% 0.43% -
HSV(B) 15.11º 0.77% 0.71% -
XYZ 21.81 15.03 3.85 -
YUV 103.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 180 76 41 0 0.58 0.77 0.29 15.11 0.63 0.43
Hex B4 4C 29 0 3A 4D 1D F 3F 2B
Octal 264 114 51 0 72 115 35 17 77 53
Binary 10110100 1001100 101001 0 111010 1001101 11101 1111 111111 101011

Color Harmonies of #B44C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C29

Black with #B44C29

Text Example


Text Example

White with #B44C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C29; }

 p { color: rgb(180,76,41); }

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

background-color css

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

 a { background-color: rgb(180,76,41); }

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

border-color css

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

 span { border-color: rgb(180,76,41); }

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