#B53938

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

Shades of Medium Carmine #B53938

Tints of Medium Carmine #B53938

Color information

#B53938 (or 0xB53938) is unknown color: approx Medium Carmine. HEX triplet: B5, 39 and 38. RGB value is (181,57,56). Sum of RGB (Red+Green+Blue) = 181+57+56=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B53938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53938 is #4AC6C7. Grayscale: #5E5E5E. Windows color (decimal): -4900552 or 3684789. OLE color: 3684789.

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

Color convert

RGB1815756-
CMYK00.690.690.29
HSL0.48º52.74%46.47%-
HSV(B)0.48º69.06%70.98%-
XYZ21.2313.045.14-
YUV93.96106.58190.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=61.56%
G=19.39%
B=19.05%

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
Decimal181575600.690.690.290.4852.7446.47
HexB53938045451D0352e
Octal265717001051053506556
Binary10110101111001111000010001011000101111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53938; }

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

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

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

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

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

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

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

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