#B3473C

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

Shades of Medium Carmine #B3473C

Tints of Medium Carmine #B3473C

Color information

#B3473C (or 0xB3473C) is unknown color: approx Medium Carmine. HEX triplet: B3, 47 and 3C. RGB value is (179,71,60). Sum of RGB (Red+Green+Blue) = 179+71+60=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3473C is #4CB8C3. Grayscale: #666666. Windows color (decimal): -5028036 or 3950515. OLE color: 3950515.

HSL color Cylindrical-coordinate representation of color #B3473C: hue angle of 5.55º 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 #B3473C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1797160-
CMYK00.600.660.30
HSL5.55º49.79%46.86%-
HSV(B)5.55º66.48%70.2%-
XYZ21.6614.425.92-
YUV102.04104.28182.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=57.74%
G=22.90%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179716000.600.660.305.5549.7946.86
HexB3473C03C421E6322f
Octal263107740741023666257
Binary1011001110001111111000111100100001011110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3473C; }

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

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

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

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

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

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

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

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