#B43C36

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

Shades of Medium Carmine #B43C36

Tints of Medium Carmine #B43C36

Color information

#B43C36 (or 0xB43C36) is unknown color: approx Medium Carmine. HEX triplet: B4, 3C and 36. RGB value is (180,60,54). Sum of RGB (Red+Green+Blue) = 180+60+54=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C36 is #4BC3C9. Grayscale: #5F5F5F. Windows color (decimal): -4965322 or 3554484. OLE color: 3554484.

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

Color convert

RGB1806054-
CMYK00.670.70.29
HSL2.86º53.85%45.88%-
HSV(B)2.86º70%70.59%-
XYZ21.113.24.93-
YUV95.2104.76188.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 60 (23.83% from 255) = 20.41%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=61.22%
G=20.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180605400.670.70.292.8653.8545.88
HexB43C36043461D3362e
Octal264746601031063536656
Binary101101001111001101100100001110001101110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C36; }

 p { color: rgb(180,60,54); }

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

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

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

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

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

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

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