#B53939

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

Shades of Medium Carmine #B53939

Tints of Medium Carmine #B53939

Color information

#B53939 (or 0xB53939) is unknown color: approx Medium Carmine. HEX triplet: B5, 39 and 39. RGB value is (181,57,57). Sum of RGB (Red+Green+Blue) = 181+57+57=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B53939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53939 is #4AC6C6. Grayscale: #5E5E5E. Windows color (decimal): -4900551 or 3750325. OLE color: 3750325.

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

Color convert

RGB1815757-
CMYK00.690.690.29
HSL52.1%46.67%-
HSV(B)68.51%70.98%-
XYZ21.2613.055.27-
YUV94.08107.08190-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=61.36%
G=19.32%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181575700.690.690.29052.146.67
HexB53939045451D0342f
Octal265717101051053506457
Binary10110101111001111001010001011000101111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53939; }

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

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

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

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

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

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

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

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