#B43C2B

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

Shades of Medium Carmine #B43C2B

Tints of Medium Carmine #B43C2B

Color information

#B43C2B (or 0xB43C2B) is unknown color: approx Medium Carmine. HEX triplet: B4, 3C and 2B. RGB value is (180,60,43). Sum of RGB (Red+Green+Blue) = 180+60+43=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C2B is #4BC3D4. Grayscale: #5E5E5E. Windows color (decimal): -4965333 or 2833588. OLE color: 2833588.

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

Color convert

RGB1806043-
CMYK00.670.760.29
HSL7.45º61.43%43.73%-
HSV(B)7.45º76.11%70.59%-
XYZ20.8713.113.72-
YUV93.9499.26189.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=63.60%
G=21.20%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180604300.670.760.297.4561.4343.73
HexB43C2B0434C1D73d2c
Octal264745301031143577554
Binary1011010011110010101101000011100110011101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C2B; }

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

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

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

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

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

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

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

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