#B23C37

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

Shades of Medium Carmine #B23C37

Tints of Medium Carmine #B23C37

Color information

#B23C37 (or 0xB23C37) is unknown color: approx Medium Carmine. HEX triplet: B2, 3C and 37. RGB value is (178,60,55). Sum of RGB (Red+Green+Blue) = 178+60+55=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C37 is #4DC3C8. Grayscale: #5E5E5E. Windows color (decimal): -5096393 or 3620018. OLE color: 3620018.

HSL color Cylindrical-coordinate representation of color #B23C37: hue angle of 2.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23C37 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1786055-
CMYK00.660.690.30
HSL2.44º52.79%45.69%-
HSV(B)2.44º69.1%69.8%-
XYZ20.6712.975.03-
YUV94.71105.59187.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=60.75%
G=20.48%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178605500.660.690.302.4452.7945.69
HexB23C37042451E2352e
Octal262746701021053626556
Binary101100101111001101110100001010001011111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C37; }

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

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

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

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

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

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

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

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