#B54436

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

Shades of Medium Carmine #B54436

Tints of Medium Carmine #B54436

Color information

#B54436 (or 0xB54436) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 36. RGB value is (181,68,54). Sum of RGB (Red+Green+Blue) = 181+68+54=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B54436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54436 is #4ABBC9. Grayscale: #646464. Windows color (decimal): -4897738 or 3556533. OLE color: 3556533.

HSL color Cylindrical-coordinate representation of color #B54436: hue angle of 6.61º degrees, saturation: 0.54, 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 #B54436 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1816854-
CMYK00.620.700.29
HSL6.61º54.04%46.08%-
HSV(B)6.61º70.17%70.98%-
XYZ21.7914.225.09-
YUV100.19101.94185.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=59.74%
G=22.44%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181685400.620.700.296.6154.0446.08
HexB5443603E461D7362e
Octal265104660761063576656
Binary1011010110001001101100111110100011011101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54436; }

 p { color: rgb(181,68,54); }

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

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

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

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

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

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

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