#B43E33

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

Shades of Medium Carmine #B43E33

Tints of Medium Carmine #B43E33

Color information

#B43E33 (or 0xB43E33) is unknown color: approx Medium Carmine. HEX triplet: B4, 3E and 33. RGB value is (180,62,51). Sum of RGB (Red+Green+Blue) = 180+62+51=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E33 is #4BC1CC. Grayscale: #606060. Windows color (decimal): -4964813 or 3358388. OLE color: 3358388.

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

Color convert

RGB1806251-
CMYK00.660.720.29
HSL5.12º55.84%45.29%-
HSV(B)5.12º71.67%70.59%-
XYZ21.1413.394.6-
YUV96.03102.59187.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=61.43%
G=21.16%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180625100.660.720.295.1255.8445.29
HexB43E33042481D5382d
Octal264766301021103557055
Binary1011010011111011001101000010100100011101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E33; }

 p { color: rgb(180,62,51); }

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

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

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

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

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

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

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