#B23B23

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

Shades of Medium Carmine #B23B23

Tints of Medium Carmine #B23B23

Color information

#B23B23 (or 0xB23B23) is unknown color: approx Medium Carmine. HEX triplet: B2, 3B and 23. RGB value is (178,59,35). Sum of RGB (Red+Green+Blue) = 178+59+35=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B23 is #4DC4DC. Grayscale: #5C5C5C. Windows color (decimal): -5096669 or 2309042. OLE color: 2309042.

HSL color Cylindrical-coordinate representation of color #B23B23: hue angle of 10.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B23B23 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1785935-
CMYK00.670.800.30
HSL10.07º67.14%41.76%-
HSV(B)10.07º80.34%69.8%-
XYZ20.2312.712.98-
YUV91.8495.92189.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 35 (14.06% from 255) = 12.87%
R=65.44%
G=21.69%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178593500.670.800.3010.0767.1441.76
HexB23B23043501Ea432a
Octal26273430103120361210352
Binary101100101110111000110100001110100001111010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B23; }

 p { color: rgb(178,59,35); }

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

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

 a { background-color: rgb(178,59,35); }

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

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

 span { border-color: rgb(178,59,35); }

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