#B23732

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

Shades of Medium Carmine #B23732

Tints of Medium Carmine #B23732

Color information

#B23732 (or 0xB23732) is unknown color: approx Medium Carmine. HEX triplet: B2, 37 and 32. RGB value is (178,55,50). Sum of RGB (Red+Green+Blue) = 178+55+50=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23732 is #4DC8CD. Grayscale: #5B5B5B. Windows color (decimal): -5097678 or 3291058. OLE color: 3291058.

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

Color convert

RGB1785550-
CMYK00.690.720.30
HSL2.34º56.14%44.71%-
HSV(B)2.34º71.91%69.8%-
XYZ20.312.434.35-
YUV91.21104.75189.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=62.90%
G=19.43%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178555000.690.720.302.3456.1444.71
HexB23732045481E2382d
Octal262676201051103627055
Binary101100101101111100100100010110010001111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23732; }

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

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

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

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

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

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

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

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