Html Css Color HEX #B4372A Medium Carmine

📋 copy color: '#B4372A'

red 180 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #B4372A

Tints of Medium Carmine #B4372A

RGB

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

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

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

R = 64.98%
G = 19.86%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4372A (or 0xB4372A) is known color: Medium Carmine. HEX triplet: B4, 37 and 2A. RGB value is (180,55,42). Sum of RGB (Red+Green+Blue) = 180+55+42=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4372A is #4BC8D5. Grayscale: #5B5B5B. Windows color (decimal): -4966614 or 2766772. OLE color: 2766772.

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

Color convert

RGB 180 55 42 -
CMYK 0 0.69 0.77 0.29
HSL 5.65º 0.62% 0.44% -
HSV(B) 5.65º 0.77% 0.71% -
XYZ 20.61 12.6 3.54 -
YUV 90.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 180 55 42 0 0.69 0.77 0.29 5.65 0.62 0.44
Hex B4 37 2A 0 45 4D 1D 6 3E 2C
Octal 264 67 52 0 105 115 35 6 76 54
Binary 10110100 110111 101010 0 1000101 1001101 11101 110 111110 101100

Color Harmonies of #B4372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4372A

Black with #B4372A

Text Example


Text Example

White with #B4372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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