Html Css Color HEX #B2332C Medium Carmine

📋 copy color: '#B2332C'

red 178 ◦ green 51 ◦ blue 44

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

Shades of Medium Carmine #B2332C

Tints of Medium Carmine #B2332C

RGB

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

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

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

R = 65.2%
G = 18.68%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2332C (or 0xB2332C) is known color: Medium Carmine. HEX triplet: B2, 33 and 2C. RGB value is (178,51,44). Sum of RGB (Red+Green+Blue) = 178+51+44=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2332C is #4DCCD3. Grayscale: #585858. Windows color (decimal): -5098708 or 2896818. OLE color: 2896818.

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

Color convert

RGB 178 51 44 -
CMYK 0 0.71 0.75 0.30
HSL 3.13º 0.6% 0.44% -
HSV(B) 3.13º 0.75% 0.7% -
XYZ 20 12.01 3.65 -
YUV 88.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 178 51 44 0 0.71 0.75 0.30 3.13 0.6 0.44
Hex B2 33 2C 0 47 4B 1E 3 3C 2C
Octal 262 63 54 0 107 113 36 3 74 54
Binary 10110010 110011 101100 0 1000111 1001011 11110 11 111100 101100

Color Harmonies of #B2332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2332C

Black with #B2332C

Text Example


Text Example

White with #B2332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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