#B54137

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

Shades of Medium Carmine #B54137

Tints of Medium Carmine #B54137

Color information

#B54137 (or 0xB54137) is unknown color: approx Medium Carmine. HEX triplet: B5, 41 and 37. RGB value is (181,65,55). Sum of RGB (Red+Green+Blue) = 181+65+55=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54137 is #4ABEC8. Grayscale: #626262. Windows color (decimal): -4898505 or 3621301. OLE color: 3621301.

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

Color convert

RGB1816555-
CMYK00.640.700.29
HSL4.76º53.39%46.27%-
HSV(B)4.76º69.61%70.98%-
XYZ21.6413.885.15-
YUV98.54103.43186.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=60.13%
G=21.59%
B=18.27%

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
Decimal181655500.640.700.294.7653.3946.27
HexB54137040461D5352e
Octal2651016701001063556556
Binary10110101100000111011101000000100011011101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54137; }

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

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

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

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

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

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

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

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