#B23330

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

Shades of Medium Carmine #B23330

Tints of Medium Carmine #B23330

Color information

#B23330 (or 0xB23330) is unknown color: approx Medium Carmine. HEX triplet: B2, 33 and 30. RGB value is (178,51,48). Sum of RGB (Red+Green+Blue) = 178+51+48=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23330 is #4DCCCF. Grayscale: #585858. Windows color (decimal): -5098704 or 3158962. OLE color: 3158962.

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

Color convert

RGB1785148-
CMYK00.710.730.30
HSL1.38º57.52%44.31%-
HSV(B)1.38º73.03%69.8%-
XYZ20.0812.054.06-
YUV88.63105.08191.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.26%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=64.26%
G=18.41%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178514800.710.730.301.3857.5244.31
HexB23330047491E13a2c
Octal262636001071113617254
Binary10110010110011110000010001111001001111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23330; }

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

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

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

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

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

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

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

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