#B23929

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

Shades of Medium Carmine #B23929

Tints of Medium Carmine #B23929

Color information

#B23929 (or 0xB23929) is unknown color: approx Medium Carmine. HEX triplet: B2, 39 and 29. RGB value is (178,57,41). Sum of RGB (Red+Green+Blue) = 178+57+41=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B23929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23929 is #4DC6D6. Grayscale: #5B5B5B. Windows color (decimal): -5097175 or 2701746. OLE color: 2701746.

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

Color convert

RGB1785741-
CMYK00.680.770.30
HSL7.01º62.56%42.94%-
HSV(B)7.01º76.97%69.8%-
XYZ20.2212.553.45-
YUV91.3699.59189.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=64.49%
G=20.65%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178574100.680.770.307.0162.5642.94
HexB239290444D1E73f2b
Octal262715101041153677753
Binary1011001011100110100101000100100110111110111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23929; }

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

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

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

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

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

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

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

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