Html Css Color HEX #B44937 Medium Carmine

📋 copy color: '#B44937'

red 180 ◦ green 73 ◦ blue 55

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

Shades of Medium Carmine #B44937

Tints of Medium Carmine #B44937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 58.44%
G = 23.7%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B44937 (or 0xB44937) is known color: Medium Carmine. HEX triplet: B4, 49 and 37. RGB value is (180,73,55). Sum of RGB (Red+Green+Blue) = 180+73+55=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B44937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44937 is #4BB6C8. Grayscale: #676767. Windows color (decimal): -4961993 or 3623348. OLE color: 3623348.

HSL color Cylindrical-coordinate representation of color #B44937: hue angle of 8.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44937 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 55 -
CMYK 0 0.59 0.69 0.29
HSL 8.64º 0.53% 0.46% -
HSV(B) 8.64º 0.69% 0.71% -
XYZ 21.89 14.74 5.31 -
YUV 102.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 180 73 55 0 0.59 0.69 0.29 8.64 0.53 0.46
Hex B4 49 37 0 3B 45 1D 9 35 2E
Octal 264 111 67 0 73 105 35 11 65 56
Binary 10110100 1001001 110111 0 111011 1000101 11101 1001 110101 101110

Color Harmonies of #B44937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44937

Black with #B44937

Text Example


Text Example

White with #B44937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44937; }

 p { color: rgb(180,73,55); }

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

background-color css

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

 a { background-color: rgb(180,73,55); }

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

border-color css

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

 span { border-color: rgb(180,73,55); }

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