#B54037

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

Shades of Medium Carmine #B54037

Tints of Medium Carmine #B54037

Color information

#B54037 (or 0xB54037) is unknown color: approx Medium Carmine. HEX triplet: B5, 40 and 37. RGB value is (181,64,55). Sum of RGB (Red+Green+Blue) = 181+64+55=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B54037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54037 is #4ABFC8. Grayscale: #626262. Windows color (decimal): -4898761 or 3621045. OLE color: 3621045.

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

Color convert

RGB1816455-
CMYK00.650.700.29
HSL4.29º53.39%46.27%-
HSV(B)4.29º69.61%70.98%-
XYZ21.5813.775.13-
YUV97.96103.76187.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.33%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=60.33%
G=21.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181645500.650.700.294.2953.3946.27
HexB54037041461D4352e
Octal2651006701011063546556
Binary10110101100000011011101000001100011011101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54037; }

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

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

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

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

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

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

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

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