Html Css Color HEX #B4372F Medium Carmine

📋 copy color: '#B4372F'

red 180 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #B4372F

Tints of Medium Carmine #B4372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 63.83%
G = 19.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4372F (or 0xB4372F) is known color: Medium Carmine. HEX triplet: B4, 37 and 2F. RGB value is (180,55,47). Sum of RGB (Red+Green+Blue) = 180+55+47=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4372F is #4BC8D0. Grayscale: #5B5B5B. Windows color (decimal): -4966609 or 3094452. OLE color: 3094452.

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

Color convert

RGB 180 55 47 -
CMYK 0 0.69 0.74 0.29
HSL 3.61º 0.59% 0.45% -
HSV(B) 3.61º 0.74% 0.71% -
XYZ 20.7 12.64 4.04 -
YUV 91.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 180 55 47 0 0.69 0.74 0.29 3.61 0.59 0.45
Hex B4 37 2F 0 45 4A 1D 4 3B 2D
Octal 264 67 57 0 105 112 35 4 73 55
Binary 10110100 110111 101111 0 1000101 1001010 11101 100 111011 101101

Color Harmonies of #B4372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4372F

Black with #B4372F

Text Example


Text Example

White with #B4372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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