#B43938

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

Shades of Medium Carmine #B43938

Tints of Medium Carmine #B43938

Color information

#B43938 (or 0xB43938) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 38. RGB value is (180,57,56). Sum of RGB (Red+Green+Blue) = 180+57+56=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43938 is #4BC6C7. Grayscale: #5D5D5D. Windows color (decimal): -4966088 or 3684788. OLE color: 3684788.

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

Color convert

RGB1805756-
CMYK00.680.690.29
HSL0.48º52.54%46.27%-
HSV(B)0.48º68.89%70.59%-
XYZ2112.925.13-
YUV93.66106.75189.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=61.43%
G=19.45%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180575600.680.690.290.4852.5446.27
HexB43938044451D0352e
Octal264717001041053506556
Binary10110100111001111000010001001000101111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43938; }

 p { color: rgb(180,57,56); }

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

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

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

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

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

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

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