Html Css Color HEX #B4372C Medium Carmine

📋 copy color: '#B4372C'

red 180 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #B4372C

Tints of Medium Carmine #B4372C

RGB

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

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

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

R = 64.52%
G = 19.71%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4372C (or 0xB4372C) is known color: Medium Carmine. HEX triplet: B4, 37 and 2C. RGB value is (180,55,44). Sum of RGB (Red+Green+Blue) = 180+55+44=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4372C is #4BC8D3. Grayscale: #5B5B5B. Windows color (decimal): -4966612 or 2897844. OLE color: 2897844.

HSL color Cylindrical-coordinate representation of color #B4372C: hue angle of 4.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4372C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 44 -
CMYK 0 0.69 0.76 0.29
HSL 4.85º 0.61% 0.44% -
HSV(B) 4.85º 0.76% 0.71% -
XYZ 20.64 12.62 3.73 -
YUV 91.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 180 55 44 0 0.69 0.76 0.29 4.85 0.61 0.44
Hex B4 37 2C 0 45 4C 1D 5 3D 2C
Octal 264 67 54 0 105 114 35 5 75 54
Binary 10110100 110111 101100 0 1000101 1001100 11101 101 111101 101100

Color Harmonies of #B4372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4372C

Black with #B4372C

Text Example


Text Example

White with #B4372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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