#B44631

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

Shades of Medium Carmine #B44631

Tints of Medium Carmine #B44631

Color information

#B44631 (or 0xB44631) is unknown color: approx Medium Carmine. HEX triplet: B4, 46 and 31. RGB value is (180,70,49). Sum of RGB (Red+Green+Blue) = 180+70+49=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44631 is #4BB9CE. Grayscale: #646464. Windows color (decimal): -4962767 or 3229364. OLE color: 3229364.

HSL color Cylindrical-coordinate representation of color #B44631: hue angle of 9.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B44631 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1807049-
CMYK00.610.730.29
HSL9.62º57.21%44.9%-
HSV(B)9.62º72.78%70.59%-
XYZ21.5714.314.53-
YUV100.598.94184.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=60.20%
G=23.41%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180704900.610.730.299.6257.2144.9
HexB4463103D491Da392d
Octal2641066107511135127155
Binary10110100100011011000101111011001001111011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44631; }

 p { color: rgb(180,70,49); }

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

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

 a { background-color: rgb(180,70,49); }

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

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

 span { border-color: rgb(180,70,49); }

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