Html Css Color HEX #B2332D Medium Carmine

📋 copy color: '#B2332D'

red 178 ◦ green 51 ◦ blue 45

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

Shades of Medium Carmine #B2332D

Tints of Medium Carmine #B2332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 64.96%
G = 18.61%
B = 16.42%

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

#B2332D (or 0xB2332D) is known color: Medium Carmine. HEX triplet: B2, 33 and 2D. RGB value is (178,51,45). Sum of RGB (Red+Green+Blue) = 178+51+45=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2332D is #4DCCD2. Grayscale: #585858. Windows color (decimal): -5098707 or 2962354. OLE color: 2962354.

HSL color Cylindrical-coordinate representation of color #B2332D: hue angle of 2.71º 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 #B2332D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 45 -
CMYK 0 0.71 0.75 0.30
HSL 2.71º 0.6% 0.44% -
HSV(B) 2.71º 0.75% 0.7% -
XYZ 20.02 12.02 3.75 -
YUV 88.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 178 51 45 0 0.71 0.75 0.30 2.71 0.6 0.44
Hex B2 33 2D 0 47 4B 1E 3 3C 2C
Octal 262 63 55 0 107 113 36 3 74 54
Binary 10110010 110011 101101 0 1000111 1001011 11110 11 111100 101100

Color Harmonies of #B2332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2332D

Black with #B2332D

Text Example


Text Example

White with #B2332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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