#B2332D

Color #B2332D Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B2332D

Tints of Medium Carmine #B2332D

Color information

#B2332D (or 0xB2332D) is unknown color: approx 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

RGB1785145-
CMYK00.710.750.30
HSL2.71º59.64%43.73%-
HSV(B)2.71º74.72%69.8%-
XYZ20.0212.023.75-
YUV88.29103.58191.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178514500.710.750.302.7159.6443.73
HexB2332D0474B1E33c2c
Octal262635501071133637454
Binary101100101100111011010100011110010111111011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>