#B44435

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

Shades of Medium Carmine #B44435

Tints of Medium Carmine #B44435

Color information

#B44435 (or 0xB44435) is unknown color: approx Medium Carmine. HEX triplet: B4, 44 and 35. RGB value is (180,68,53). Sum of RGB (Red+Green+Blue) = 180+68+53=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44435 is #4BBBCA. Grayscale: #636363. Windows color (decimal): -4963275 or 3490996. OLE color: 3490996.

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

Color convert

RGB1806853-
CMYK00.620.710.29
HSL7.09º54.51%45.69%-
HSV(B)7.09º70.56%70.59%-
XYZ21.5314.094.95-
YUV99.78101.61185.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=59.80%
G=22.59%
B=17.61%

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
Decimal180685300.620.710.297.0954.5145.69
HexB4443503E471D7372e
Octal264104650761073576756
Binary1011010010001001101010111110100011111101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44435; }

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

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

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

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

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

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

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

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