Html Css Color HEX #B8372A Medium Carmine

📋 copy color: '#B8372A'

red 184 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #B8372A

Tints of Medium Carmine #B8372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 65.48%
G = 19.57%
B = 14.95%

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

#B8372A (or 0xB8372A) is known color: Medium Carmine. HEX triplet: B8, 37 and 2A. RGB value is (184,55,42). Sum of RGB (Red+Green+Blue) = 184+55+42=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372A is #47C8D5. Grayscale: #5C5C5C. Windows color (decimal): -4704470 or 2766776. OLE color: 2766776.

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

Color convert

RGB 184 55 42 -
CMYK 0 0.70 0.77 0.28
HSL 5.49º 0.63% 0.44% -
HSV(B) 5.49º 0.77% 0.72% -
XYZ 21.55 13.09 3.58 -
YUV 92.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 184 55 42 0 0.70 0.77 0.28 5.49 0.63 0.44
Hex B8 37 2A 0 46 4D 1C 5 3F 2C
Octal 270 67 52 0 106 115 34 5 77 54
Binary 10111000 110111 101010 0 1000110 1001101 11100 101 111111 101100

Color Harmonies of #B8372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8372A

Black with #B8372A

Text Example


Text Example

White with #B8372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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