#B3463C

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

Shades of Medium Carmine #B3463C

Tints of Medium Carmine #B3463C

Color information

#B3463C (or 0xB3463C) is unknown color: approx Medium Carmine. HEX triplet: B3, 46 and 3C. RGB value is (179,70,60). Sum of RGB (Red+Green+Blue) = 179+70+60=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3463C is #4CB9C3. Grayscale: #656565. Windows color (decimal): -5028292 or 3950259. OLE color: 3950259.

HSL color Cylindrical-coordinate representation of color #B3463C: hue angle of 5.04º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3463C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1797060-
CMYK00.610.660.30
HSL5.04º49.79%46.86%-
HSV(B)5.04º66.48%70.2%-
XYZ21.614.295.9-
YUV101.45104.61183.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=57.93%
G=22.65%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179706000.610.660.305.0449.7946.86
HexB3463C03D421E5322f
Octal263106740751023656257
Binary1011001110001101111000111101100001011110101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3463C; }

 p { color: rgb(179,70,60); }

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

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

 a { background-color: rgb(179,70,60); }

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

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

 span { border-color: rgb(179,70,60); }

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