#B54040

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

Shades of Medium Carmine #B54040

Tints of Medium Carmine #B54040

Color information

#B54040 (or 0xB54040) is unknown color: approx Medium Carmine. HEX triplet: B5, 40 and 40. RGB value is (181,64,64). Sum of RGB (Red+Green+Blue) = 181+64+64=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54040 is #4ABFBF. Grayscale: #636363. Windows color (decimal): -4898752 or 4210869. OLE color: 4210869.

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

Color convert

RGB1816464-
CMYK00.650.650.29
HSL47.76%48.04%-
HSV(B)64.64%70.98%-
XYZ21.8113.866.38-
YUV98.98108.26186.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=58.58%
G=20.71%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181646400.650.650.29047.7648.04
HexB54040041411D03030
Octal26510010001011013506060
Binary1011010110000001000000010000011000001111010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54040; }

 p { color: rgb(181,64,64); }

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

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

 a { background-color: rgb(181,64,64); }

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

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

 span { border-color: rgb(181,64,64); }

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