#B53E3A

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

Shades of Medium Carmine #B53E3A

Tints of Medium Carmine #B53E3A

Color information

#B53E3A (or 0xB53E3A) is unknown color: approx Medium Carmine. HEX triplet: B5, 3E and 3A. RGB value is (181,62,58). Sum of RGB (Red+Green+Blue) = 181+62+58=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E3A is #4AC1C5. Grayscale: #616161. Windows color (decimal): -4899270 or 3817141. OLE color: 3817141.

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

Color convert

RGB1816258-
CMYK00.660.680.29
HSL1.95º51.46%46.86%-
HSV(B)1.95º67.96%70.98%-
XYZ21.5413.575.49-
YUV97.12105.92187.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=60.13%
G=20.60%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181625800.660.680.291.9551.4646.86
HexB53E3A042441D2332f
Octal265767201021043526357
Binary101101011111101110100100001010001001110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E3A; }

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

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

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

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

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

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

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

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