#B54237

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

Shades of Medium Carmine #B54237

Tints of Medium Carmine #B54237

Color information

#B54237 (or 0xB54237) is unknown color: approx Medium Carmine. HEX triplet: B5, 42 and 37. RGB value is (181,66,55). Sum of RGB (Red+Green+Blue) = 181+66+55=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54237 is #4ABDC8. Grayscale: #636363. Windows color (decimal): -4898249 or 3621557. OLE color: 3621557.

HSL color Cylindrical-coordinate representation of color #B54237: hue angle of 5.24º 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 #B54237 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1816655-
CMYK00.640.700.29
HSL5.24º53.39%46.27%-
HSV(B)5.24º69.61%70.98%-
XYZ21.69145.17-
YUV99.13103.1186.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=59.93%
G=21.85%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181665500.640.700.295.2453.3946.27
HexB54237040461D5352e
Octal2651026701001063556556
Binary10110101100001011011101000000100011011101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54237; }

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

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

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

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

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

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

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

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