Html Css Color HEX #B44136 Medium Carmine

📋 copy color: '#B44136'

red 180 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #B44136

Tints of Medium Carmine #B44136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 60.2%
G = 21.74%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B44136 (or 0xB44136) is known color: Medium Carmine. HEX triplet: B4, 41 and 36. RGB value is (180,65,54). Sum of RGB (Red+Green+Blue) = 180+65+54=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44136 is #4BBEC9. Grayscale: #626262. Windows color (decimal): -4964042 or 3555764. OLE color: 3555764.

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

Color convert

RGB 180 65 54 -
CMYK 0 0.64 0.7 0.29
HSL 5.24º 0.54% 0.46% -
HSV(B) 5.24º 0.7% 0.71% -
XYZ 21.38 13.75 5.02 -
YUV 98.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 180 65 54 0 0.64 0.7 0.29 5.24 0.54 0.46
Hex B4 41 36 0 40 46 1D 5 36 2E
Octal 264 101 66 0 100 106 35 5 66 56
Binary 10110100 1000001 110110 0 1000000 1000110 11101 101 110110 101110

Color Harmonies of #B44136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44136

Black with #B44136

Text Example


Text Example

White with #B44136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44136; }

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

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

background-color css

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

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

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

border-color css

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

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

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