#B43A37

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

Shades of Medium Carmine #B43A37

Tints of Medium Carmine #B43A37

Color information

#B43A37 (or 0xB43A37) is unknown color: approx Medium Carmine. HEX triplet: B4, 3A and 37. RGB value is (180,58,55). Sum of RGB (Red+Green+Blue) = 180+58+55=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A37 is #4BC5C8. Grayscale: #5E5E5E. Windows color (decimal): -4965833 or 3619508. OLE color: 3619508.

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

Color convert

RGB1805855-
CMYK00.680.690.29
HSL1.44º53.19%46.08%-
HSV(B)1.44º69.44%70.59%-
XYZ21.0313.015.02-
YUV94.14105.92189.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=61.43%
G=19.80%
B=18.77%

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
Decimal180585500.680.690.291.4453.1946.08
HexB43A37044451D1352e
Octal264726701041053516556
Binary10110100111010110111010001001000101111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A37; }

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

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

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

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

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

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

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

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