Html Css Color HEX #B8372C Medium Carmine

📋 copy color: '#B8372C'

red 184 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #B8372C

Tints of Medium Carmine #B8372C

RGB

 RED value IS 184 (72.27% from 255) = 65.02%

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

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

R = 65.02%
G = 19.43%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8372C (or 0xB8372C) is known color: Medium Carmine. HEX triplet: B8, 37 and 2C. RGB value is (184,55,44). Sum of RGB (Red+Green+Blue) = 184+55+44=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372C is #47C8D3. Grayscale: #5C5C5C. Windows color (decimal): -4704468 or 2897848. OLE color: 2897848.

HSL color Cylindrical-coordinate representation of color #B8372C: hue angle of 4.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8372C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 44 -
CMYK 0 0.70 0.76 0.28
HSL 4.71º 0.61% 0.45% -
HSV(B) 4.71º 0.76% 0.72% -
XYZ 21.59 13.1 3.77 -
YUV 92.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 184 55 44 0 0.70 0.76 0.28 4.71 0.61 0.45
Hex B8 37 2C 0 46 4C 1C 5 3D 2D
Octal 270 67 54 0 106 114 34 5 75 55
Binary 10111000 110111 101100 0 1000110 1001100 11100 101 111101 101101

Color Harmonies of #B8372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8372C

Black with #B8372C

Text Example


Text Example

White with #B8372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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