#B23C38

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

Shades of Medium Carmine #B23C38

Tints of Medium Carmine #B23C38

Color information

#B23C38 (or 0xB23C38) is unknown color: approx Medium Carmine. HEX triplet: B2, 3C and 38. RGB value is (178,60,56). Sum of RGB (Red+Green+Blue) = 178+60+56=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C38 is #4DC3C7. Grayscale: #5E5E5E. Windows color (decimal): -5096392 or 3685554. OLE color: 3685554.

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

Color convert

RGB1786056-
CMYK00.660.690.30
HSL1.97º52.14%45.88%-
HSV(B)1.97º68.54%69.8%-
XYZ20.6912.985.16-
YUV94.83106.09187.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 60 (23.83% from 255) = 20.41%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=60.54%
G=20.41%
B=19.05%

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
Decimal178605600.660.690.301.9752.1445.88
HexB23C38042451E2342e
Octal262747001021053626456
Binary101100101111001110000100001010001011111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C38; }

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

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

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

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

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

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

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

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