#B43A34

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

Shades of Medium Carmine #B43A34

Tints of Medium Carmine #B43A34

Color information

#B43A34 (or 0xB43A34) is unknown color: approx Medium Carmine. HEX triplet: B4, 3A and 34. RGB value is (180,58,52). Sum of RGB (Red+Green+Blue) = 180+58+52=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A34 is #4BC5CB. Grayscale: #5D5D5D. Windows color (decimal): -4965836 or 3422900. OLE color: 3422900.

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

Color convert

RGB1805852-
CMYK00.680.710.29
HSL2.81º55.17%45.49%-
HSV(B)2.81º71.11%70.59%-
XYZ20.9612.984.65-
YUV93.79104.42189.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=62.07%
G=20%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180585200.680.710.292.8155.1745.49
HexB43A34044471D3372d
Octal264726401041073536755
Binary101101001110101101000100010010001111110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A34; }

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

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

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

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

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

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

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

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