Html Css Color HEX #B1372C Medium Carmine

📋 copy color: '#B1372C'

red 177 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #B1372C

Tints of Medium Carmine #B1372C

RGB

 RED value IS 177 (69.53% from 255) = 64.13%

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 64.13%
G = 19.93%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1372C (or 0xB1372C) is known color: Medium Carmine. HEX triplet: B1, 37 and 2C. RGB value is (177,55,44). Sum of RGB (Red+Green+Blue) = 177+55+44=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1372C is #4EC8D3. Grayscale: #5A5A5A. Windows color (decimal): -5163220 or 2897841. OLE color: 2897841.

HSL color Cylindrical-coordinate representation of color #B1372C: hue angle of 4.96º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1372C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 44 -
CMYK 0 0.69 0.75 0.31
HSL 4.96º 0.6% 0.43% -
HSV(B) 4.96º 0.75% 0.69% -
XYZ 19.95 12.26 3.7 -
YUV 90.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 177 55 44 0 0.69 0.75 0.31 4.96 0.6 0.43
Hex B1 37 2C 0 45 4B 1F 5 3C 2B
Octal 261 67 54 0 105 113 37 5 74 53
Binary 10110001 110111 101100 0 1000101 1001011 11111 101 111100 101011

Color Harmonies of #B1372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1372C

Black with #B1372C

Text Example


Text Example

White with #B1372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1372C; }

 p { color: rgb(177,55,44); }

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

background-color css

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

 a { background-color: rgb(177,55,44); }

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

border-color css

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

 span { border-color: rgb(177,55,44); }

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