#B43937

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

Shades of Medium Carmine #B43937

Tints of Medium Carmine #B43937

Color information

#B43937 (or 0xB43937) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 37. RGB value is (180,57,55). Sum of RGB (Red+Green+Blue) = 180+57+55=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B43937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43937 is #4BC6C8. Grayscale: #5D5D5D. Windows color (decimal): -4966089 or 3619252. OLE color: 3619252.

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

Color convert

RGB1805755-
CMYK00.680.690.29
HSL0.96º53.19%46.08%-
HSV(B)0.96º69.44%70.59%-
XYZ20.9812.915-
YUV93.55106.25189.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=61.64%
G=19.52%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180575500.680.690.290.9653.1946.08
HexB43937044451D1352e
Octal264716701041053516556
Binary10110100111001110111010001001000101111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43937; }

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

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

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

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

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

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

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

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