#B23333

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

Shades of Medium Carmine #B23333

Tints of Medium Carmine #B23333

Color information

#B23333 (or 0xB23333) is unknown color: approx Medium Carmine. HEX triplet: B2, 33 and 33. RGB value is (178,51,51). Sum of RGB (Red+Green+Blue) = 178+51+51=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23333 is #4DCCCC. Grayscale: #595959. Windows color (decimal): -5098701 or 3355570. OLE color: 3355570.

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

Color convert

RGB1785151-
CMYK00.710.710.30
HSL55.46%44.9%-
HSV(B)71.35%69.8%-
XYZ20.1412.074.4-
YUV88.97106.58191.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.57%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=63.57%
G=18.21%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178515100.710.710.30055.4644.9
HexB23333047471E0372d
Octal262636301071073606755
Binary10110010110011110011010001111000111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23333; }

 p { color: rgb(178,51,51); }

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

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

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

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

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

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

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