#B43939

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

Shades of Medium Carmine #B43939

Tints of Medium Carmine #B43939

Color information

#B43939 (or 0xB43939) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 39. RGB value is (180,57,57). Sum of RGB (Red+Green+Blue) = 180+57+57=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43939 is #4BC6C6. Grayscale: #5D5D5D. Windows color (decimal): -4966087 or 3750324. OLE color: 3750324.

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

Color convert

RGB1805757-
CMYK00.680.680.29
HSL51.9%46.47%-
HSV(B)68.33%70.59%-
XYZ21.0212.925.26-
YUV93.78107.25189.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=61.22%
G=19.39%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180575700.680.680.29051.946.47
HexB43939044441D0342e
Octal264717101041043506456
Binary10110100111001111001010001001000100111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43939; }

 p { color: rgb(180,57,57); }

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

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

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

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

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

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

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