Html Css Color HEX #B6332C Medium Carmine

📋 copy color: '#B6332C'

red 182 ◦ green 51 ◦ blue 44

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

Shades of Medium Carmine #B6332C

Tints of Medium Carmine #B6332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 65.7%
G = 18.41%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6332C (or 0xB6332C) is known color: Medium Carmine. HEX triplet: B6, 33 and 2C. RGB value is (182,51,44). Sum of RGB (Red+Green+Blue) = 182+51+44=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6332C is #49CCD3. Grayscale: #595959. Windows color (decimal): -4836564 or 2896822. OLE color: 2896822.

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

Color convert

RGB 182 51 44 -
CMYK 0 0.72 0.76 0.29
HSL 3.04º 0.61% 0.44% -
HSV(B) 3.04º 0.76% 0.71% -
XYZ 20.93 12.49 3.69 -
YUV 89.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 182 51 44 0 0.72 0.76 0.29 3.04 0.61 0.44
Hex B6 33 2C 0 48 4C 1D 3 3D 2C
Octal 266 63 54 0 110 114 35 3 75 54
Binary 10110110 110011 101100 0 1001000 1001100 11101 11 111101 101100

Color Harmonies of #B6332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6332C

Black with #B6332C

Text Example


Text Example

White with #B6332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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