#B44535

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

Shades of Medium Carmine #B44535

Tints of Medium Carmine #B44535

Color information

#B44535 (or 0xB44535) is unknown color: approx Medium Carmine. HEX triplet: B4, 45 and 35. RGB value is (180,69,53). Sum of RGB (Red+Green+Blue) = 180+69+53=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44535 is #4BBACA. Grayscale: #646464. Windows color (decimal): -4963019 or 3491252. OLE color: 3491252.

HSL color Cylindrical-coordinate representation of color #B44535: hue angle of 7.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B44535 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1806953-
CMYK00.620.710.29
HSL7.56º54.51%45.69%-
HSV(B)7.56º70.56%70.59%-
XYZ21.5914.224.97-
YUV100.36101.27184.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=59.60%
G=22.85%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180695300.620.710.297.5654.5145.69
HexB4453503E471D8372e
Octal2641056507610735106756
Binary10110100100010111010101111101000111111011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44535; }

 p { color: rgb(180,69,53); }

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

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

 a { background-color: rgb(180,69,53); }

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

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

 span { border-color: rgb(180,69,53); }

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