#B23C28

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

Shades of Medium Carmine #B23C28

Tints of Medium Carmine #B23C28

Color information

#B23C28 (or 0xB23C28) is unknown color: approx Medium Carmine. HEX triplet: B2, 3C and 28. RGB value is (178,60,40). Sum of RGB (Red+Green+Blue) = 178+60+40=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C28 is #4DC3D7. Grayscale: #5D5D5D. Windows color (decimal): -5096408 or 2636978. OLE color: 2636978.

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

Color convert

RGB1786040-
CMYK00.660.780.30
HSL8.7º63.3%42.75%-
HSV(B)8.7º77.53%69.8%-
XYZ20.3612.853.41-
YUV9398.09188.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.03%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=64.03%
G=21.58%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178604000.660.780.308.763.342.75
HexB23C280424E1E93f2b
Octal2627450010211636117753
Binary10110010111100101000010000101001110111101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C28; }

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

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

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

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

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

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

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

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