#B23C2D

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

Shades of Medium Carmine #B23C2D

Tints of Medium Carmine #B23C2D

Color information

#B23C2D (or 0xB23C2D) is unknown color: approx Medium Carmine. HEX triplet: B2, 3C and 2D. RGB value is (178,60,45). Sum of RGB (Red+Green+Blue) = 178+60+45=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C2D is #4DC3D2. Grayscale: #5D5D5D. Windows color (decimal): -5096403 or 2964658. OLE color: 2964658.

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

Color convert

RGB1786045-
CMYK00.660.750.30
HSL6.77º59.64%43.73%-
HSV(B)6.77º74.72%69.8%-
XYZ20.4512.893.89-
YUV93.57100.59188.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=62.90%
G=21.20%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178604500.660.750.306.7759.6443.73
HexB23C2D0424B1E73c2c
Octal262745501021133677454
Binary1011001011110010110101000010100101111110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C2D; }

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

 H1.HeaderClassName
 {
   color: #B23C2D;
 }
 .AnyTagClassName
 {
   color: #B23C2D;
 }
</style>
background-color css

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

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

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

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

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

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