Html Css Color HEX #B8372B Medium Carmine

📋 copy color: '#B8372B'

red 184 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #B8372B

Tints of Medium Carmine #B8372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 65.25%
G = 19.5%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8372B (or 0xB8372B) is known color: Medium Carmine. HEX triplet: B8, 37 and 2B. RGB value is (184,55,43). Sum of RGB (Red+Green+Blue) = 184+55+43=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372B is #47C8D4. Grayscale: #5C5C5C. Windows color (decimal): -4704469 or 2832312. OLE color: 2832312.

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

Color convert

RGB 184 55 43 -
CMYK 0 0.70 0.77 0.28
HSL 5.11º 0.62% 0.45% -
HSV(B) 5.11º 0.77% 0.72% -
XYZ 21.57 13.1 3.68 -
YUV 92.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 184 55 43 0 0.70 0.77 0.28 5.11 0.62 0.45
Hex B8 37 2B 0 46 4D 1C 5 3E 2D
Octal 270 67 53 0 106 115 34 5 76 55
Binary 10111000 110111 101011 0 1000110 1001101 11100 101 111110 101101

Color Harmonies of #B8372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8372B

Black with #B8372B

Text Example


Text Example

White with #B8372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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