#B53837

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

Shades of Medium Carmine #B53837

Tints of Medium Carmine #B53837

Color information

#B53837 (or 0xB53837) is unknown color: approx Medium Carmine. HEX triplet: B5, 38 and 37. RGB value is (181,56,55). Sum of RGB (Red+Green+Blue) = 181+56+55=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B53837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53837 is #4AC7C8. Grayscale: #5D5D5D. Windows color (decimal): -4900809 or 3618997. OLE color: 3618997.

HSL color Cylindrical-coordinate representation of color #B53837: 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.7%. Process color model (Four color, CMYK) of #B53837 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1815655-
CMYK00.690.700.29
HSL0.48º53.39%46.27%-
HSV(B)0.48º69.61%70.98%-
XYZ21.1612.934.99-
YUV93.26106.41190.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=61.99%
G=19.18%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181565500.690.700.290.4853.3946.27
HexB53837045461D0352e
Octal265706701051063506556
Binary10110101111000110111010001011000110111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53837; }

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

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

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

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

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

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

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

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