#B53C39

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

Shades of Medium Carmine #B53C39

Tints of Medium Carmine #B53C39

Color information

#B53C39 (or 0xB53C39) is unknown color: approx Medium Carmine. HEX triplet: B5, 3C and 39. RGB value is (181,60,57). Sum of RGB (Red+Green+Blue) = 181+60+57=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C39 is #4AC3C6. Grayscale: #5F5F5F. Windows color (decimal): -4899783 or 3751093. OLE color: 3751093.

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

Color convert

RGB1816057-
CMYK00.670.690.29
HSL1.45º52.1%46.67%-
HSV(B)1.45º68.51%70.98%-
XYZ21.4113.355.32-
YUV95.84106.09188.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.74%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=60.74%
G=20.13%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181605700.670.690.291.4552.146.67
HexB53C39043451D1342f
Octal265747101031053516457
Binary10110101111100111001010000111000101111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C39; }

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

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

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

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

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

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

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

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