#B53E23

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

Shades of Medium Carmine #B53E23

Tints of Medium Carmine #B53E23

Color information

#B53E23 (or 0xB53E23) is unknown color: approx Medium Carmine. HEX triplet: B5, 3E and 23. RGB value is (181,62,35). Sum of RGB (Red+Green+Blue) = 181+62+35=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E23 is #4AC1DC. Grayscale: #5E5E5E. Windows color (decimal): -4899293 or 2309813. OLE color: 2309813.

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

Color convert

RGB1816235-
CMYK00.660.810.29
HSL11.1º67.59%42.35%-
HSV(B)11.1º80.66%70.98%-
XYZ21.0813.393.06-
YUV94.594.42189.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=65.11%
G=22.30%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181623500.660.810.2911.167.5942.35
HexB53E23042511Db442a
Octal26576430102121351310452
Binary101101011111101000110100001010100011110110111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E23; }

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

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

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

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

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

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

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

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