#B43836

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

Shades of Medium Carmine #B43836

Tints of Medium Carmine #B43836

Color information

#B43836 (or 0xB43836) is unknown color: approx Medium Carmine. HEX triplet: B4, 38 and 36. RGB value is (180,56,54). Sum of RGB (Red+Green+Blue) = 180+56+54=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B43836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43836 is #4BC7C9. Grayscale: #5C5C5C. Windows color (decimal): -4966346 or 3553460. OLE color: 3553460.

HSL color Cylindrical-coordinate representation of color #B43836: hue angle of 0.95º 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 #B43836 is Cyan = 0, Magento = 0.69, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1805654-
CMYK00.690.70.29
HSL0.95º53.85%45.88%-
HSV(B)0.95º70%70.59%-
XYZ20.912.84.86-
YUV92.85106.08190.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=62.07%
G=19.31%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180565400.690.70.290.9553.8545.88
HexB43836045461D1362e
Octal264706601051063516656
Binary10110100111000110110010001011000110111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43836; }

 p { color: rgb(180,56,54); }

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

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

 a { background-color: rgb(180,56,54); }

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

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

 span { border-color: rgb(180,56,54); }

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