#B4463B

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

Shades of Medium Carmine #B4463B

Tints of Medium Carmine #B4463B

Color information

#B4463B (or 0xB4463B) is unknown color: approx Medium Carmine. HEX triplet: B4, 46 and 3B. RGB value is (180,70,59). Sum of RGB (Red+Green+Blue) = 180+70+59=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4463B is #4BB9C4. Grayscale: #656565. Windows color (decimal): -4962757 or 3884724. OLE color: 3884724.

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

Color convert

RGB1807059-
CMYK00.610.670.29
HSL5.45º50.63%46.86%-
HSV(B)5.45º67.22%70.59%-
XYZ21.814.45.77-
YUV101.64103.94183.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=58.25%
G=22.65%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180705900.610.670.295.4550.6346.86
HexB4463B03D431D5332f
Octal264106730751033556357
Binary1011010010001101110110111101100001111101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4463B; }

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

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

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

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

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

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

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

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