#B23930

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

Shades of Medium Carmine #B23930

Tints of Medium Carmine #B23930

Color information

#B23930 (or 0xB23930) is unknown color: approx Medium Carmine. HEX triplet: B2, 39 and 30. RGB value is (178,57,48). Sum of RGB (Red+Green+Blue) = 178+57+48=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23930 is #4DC6CF. Grayscale: #5C5C5C. Windows color (decimal): -5097168 or 3160498. OLE color: 3160498.

HSL color Cylindrical-coordinate representation of color #B23930: hue angle of 4.15º 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 #B23930 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1785748-
CMYK00.680.730.30
HSL4.15º57.52%44.31%-
HSV(B)4.15º73.03%69.8%-
XYZ20.3612.64.16-
YUV92.15103.09189.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=62.90%
G=20.14%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178574800.680.730.304.1557.5244.31
HexB23930044491E43a2c
Octal262716001041113647254
Binary1011001011100111000001000100100100111110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23930; }

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

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

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

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

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

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

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

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