Html Css Color HEX #B44140 Medium Carmine

📋 copy color: '#B44140'

red 180 ◦ green 65 ◦ blue 64

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

Shades of Medium Carmine #B44140

Tints of Medium Carmine #B44140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 58.25%
G = 21.04%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44140 (or 0xB44140) is known color: Medium Carmine. HEX triplet: B4, 41 and 40. RGB value is (180,65,64). Sum of RGB (Red+Green+Blue) = 180+65+64=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B44140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44140 is #4BBEBF. Grayscale: #636363. Windows color (decimal): -4964032 or 4211124. OLE color: 4211124.

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

Color convert

RGB 180 65 64 -
CMYK 0 0.64 0.64 0.29
HSL 0.52º 0.48% 0.48% -
HSV(B) 0.52º 0.64% 0.71% -
XYZ 21.64 13.85 6.38 -
YUV 99.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 180 65 64 0 0.64 0.64 0.29 0.52 0.48 0.48
Hex B4 41 40 0 40 40 1D 1 30 30
Octal 264 101 100 0 100 100 35 1 60 60
Binary 10110100 1000001 1000000 0 1000000 1000000 11101 1 110000 110000

Color Harmonies of #B44140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44140

Black with #B44140

Text Example


Text Example

White with #B44140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44140; }

 p { color: rgb(180,65,64); }

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

background-color css

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

 a { background-color: rgb(180,65,64); }

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

border-color css

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

 span { border-color: rgb(180,65,64); }

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