Html Css Color HEX #B6322C Medium Carmine

📋 copy color: '#B6322C'

red 182 ◦ green 50 ◦ blue 44

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

Shades of Medium Carmine #B6322C

Tints of Medium Carmine #B6322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 65.94%
G = 18.12%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6322C (or 0xB6322C) is known color: Medium Carmine. HEX triplet: B6, 32 and 2C. RGB value is (182,50,44). Sum of RGB (Red+Green+Blue) = 182+50+44=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6322C is #49CDD3. Grayscale: #585858. Windows color (decimal): -4836820 or 2896566. OLE color: 2896566.

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

Color convert

RGB 182 50 44 -
CMYK 0 0.73 0.76 0.29
HSL 2.61º 0.61% 0.44% -
HSV(B) 2.61º 0.76% 0.71% -
XYZ 20.89 12.41 3.68 -
YUV 88.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 182 50 44 0 0.73 0.76 0.29 2.61 0.61 0.44
Hex B6 32 2C 0 49 4C 1D 3 3D 2C
Octal 266 62 54 0 111 114 35 3 75 54
Binary 10110110 110010 101100 0 1001001 1001100 11101 11 111101 101100

Color Harmonies of #B6322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6322C

Black with #B6322C

Text Example


Text Example

White with #B6322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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