#B43C3C

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

Shades of Medium Carmine #B43C3C

Tints of Medium Carmine #B43C3C

Color information

#B43C3C (or 0xB43C3C) is unknown color: approx Medium Carmine. HEX triplet: B4, 3C and 3C. RGB value is (180,60,60). Sum of RGB (Red+Green+Blue) = 180+60+60=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C3C is #4BC3C3. Grayscale: #606060. Windows color (decimal): -4965316 or 3947700. OLE color: 3947700.

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

Color convert

RGB1806060-
CMYK00.670.670.29
HSL50%47.06%-
HSV(B)66.67%70.59%-
XYZ21.2513.265.71-
YUV95.88107.76188-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180606000.670.670.2905047.06
HexB43C3C043431D0322f
Octal264747401031033506257
Binary10110100111100111100010000111000011111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C3C; }

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

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

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

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

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

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

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

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