Html Css Color HEX #B6372C Medium Carmine

📋 copy color: '#B6372C'

red 182 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #B6372C

Tints of Medium Carmine #B6372C

RGB

 RED value IS 182 (71.48% from 255) = 64.77%

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

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

R = 64.77%
G = 19.57%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6372C (or 0xB6372C) is known color: Medium Carmine. HEX triplet: B6, 37 and 2C. RGB value is (182,55,44). Sum of RGB (Red+Green+Blue) = 182+55+44=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6372C is #49C8D3. Grayscale: #5B5B5B. Windows color (decimal): -4835540 or 2897846. OLE color: 2897846.

HSL color Cylindrical-coordinate representation of color #B6372C: hue angle of 4.78º 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 #B6372C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 44 -
CMYK 0 0.70 0.76 0.29
HSL 4.78º 0.61% 0.44% -
HSV(B) 4.78º 0.76% 0.71% -
XYZ 21.11 12.86 3.75 -
YUV 91.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 182 55 44 0 0.70 0.76 0.29 4.78 0.61 0.44
Hex B6 37 2C 0 46 4C 1D 5 3D 2C
Octal 266 67 54 0 106 114 35 5 75 54
Binary 10110110 110111 101100 0 1000110 1001100 11101 101 111101 101100

Color Harmonies of #B6372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6372C

Black with #B6372C

Text Example


Text Example

White with #B6372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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