Html Css Color HEX #B2372E Medium Carmine

📋 copy color: '#B2372E'

red 178 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #B2372E

Tints of Medium Carmine #B2372E

RGB

 RED value IS 178 (69.92% from 255) = 63.8%

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 63.8%
G = 19.71%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2372E (or 0xB2372E) is known color: Medium Carmine. HEX triplet: B2, 37 and 2E. RGB value is (178,55,46). Sum of RGB (Red+Green+Blue) = 178+55+46=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2372E is #4DC8D1. Grayscale: #5A5A5A. Windows color (decimal): -5097682 or 3028914. OLE color: 3028914.

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

Color convert

RGB 178 55 46 -
CMYK 0 0.69 0.74 0.30
HSL 4.09º 0.59% 0.44% -
HSV(B) 4.09º 0.74% 0.7% -
XYZ 20.22 12.39 3.91 -
YUV 90.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 178 55 46 0 0.69 0.74 0.30 4.09 0.59 0.44
Hex B2 37 2E 0 45 4A 1E 4 3B 2C
Octal 262 67 56 0 105 112 36 4 73 54
Binary 10110010 110111 101110 0 1000101 1001010 11110 100 111011 101100

Color Harmonies of #B2372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2372E

Black with #B2372E

Text Example


Text Example

White with #B2372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2372E; }

 p { color: rgb(178,55,46); }

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

background-color css

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

 a { background-color: rgb(178,55,46); }

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

border-color css

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

 span { border-color: rgb(178,55,46); }

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