#B53E39

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

Shades of Medium Carmine #B53E39

Tints of Medium Carmine #B53E39

Color information

#B53E39 (or 0xB53E39) is unknown color: approx Medium Carmine. HEX triplet: B5, 3E and 39. RGB value is (181,62,57). Sum of RGB (Red+Green+Blue) = 181+62+57=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E39 is #4AC1C6. Grayscale: #616161. Windows color (decimal): -4899271 or 3751605. OLE color: 3751605.

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

Color convert

RGB1816257-
CMYK00.660.690.29
HSL2.42º52.1%46.67%-
HSV(B)2.42º68.51%70.98%-
XYZ21.5213.565.36-
YUV97.01105.42187.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.33%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 57 (22.66% from 255) = 19%
R=60.33%
G=20.67%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181625700.660.690.292.4252.146.67
HexB53E39042451D2342f
Octal265767101021053526457
Binary101101011111101110010100001010001011110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E39; }

 p { color: rgb(181,62,57); }

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

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

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

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

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

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

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