Html Css Color HEX #B44437 Medium Carmine

📋 copy color: '#B44437'

red 180 ◦ green 68 ◦ blue 55

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

Shades of Medium Carmine #B44437

Tints of Medium Carmine #B44437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 59.41%
G = 22.44%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B44437 (or 0xB44437) is known color: Medium Carmine. HEX triplet: B4, 44 and 37. RGB value is (180,68,55). Sum of RGB (Red+Green+Blue) = 180+68+55=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44437 is #4BBBC8. Grayscale: #646464. Windows color (decimal): -4963273 or 3622068. OLE color: 3622068.

HSL color Cylindrical-coordinate representation of color #B44437: hue angle of 6.24º 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 #B44437 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 55 -
CMYK 0 0.62 0.69 0.29
HSL 6.24º 0.53% 0.46% -
HSV(B) 6.24º 0.69% 0.71% -
XYZ 21.58 14.11 5.2 -
YUV 100.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 180 68 55 0 0.62 0.69 0.29 6.24 0.53 0.46
Hex B4 44 37 0 3E 45 1D 6 35 2E
Octal 264 104 67 0 76 105 35 6 65 56
Binary 10110100 1000100 110111 0 111110 1000101 11101 110 110101 101110

Color Harmonies of #B44437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44437

Black with #B44437

Text Example


Text Example

White with #B44437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44437; }

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

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

background-color css

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

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

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

border-color css

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

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

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