Html Css Color HEX #B44137 Medium Carmine

📋 copy color: '#B44137'

red 180 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #B44137

Tints of Medium Carmine #B44137

RGB

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

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

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

R = 60%
G = 21.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B44137 (or 0xB44137) is known color: Medium Carmine. HEX triplet: B4, 41 and 37. RGB value is (180,65,55). Sum of RGB (Red+Green+Blue) = 180+65+55=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44137 is #4BBEC8. Grayscale: #626262. Windows color (decimal): -4964041 or 3621300. OLE color: 3621300.

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

Color convert

RGB 180 65 55 -
CMYK 0 0.64 0.69 0.29
HSL 4.8º 0.53% 0.46% -
HSV(B) 4.8º 0.69% 0.71% -
XYZ 21.4 13.76 5.14 -
YUV 98.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 180 65 55 0 0.64 0.69 0.29 4.8 0.53 0.46
Hex B4 41 37 0 40 45 1D 5 35 2E
Octal 264 101 67 0 100 105 35 5 65 56
Binary 10110100 1000001 110111 0 1000000 1000101 11101 101 110101 101110

Color Harmonies of #B44137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44137

Black with #B44137

Text Example


Text Example

White with #B44137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44137; }

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

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

background-color css

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

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

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

border-color css

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

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

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