#B1473D

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

Shades of Medium Carmine #B1473D

Tints of Medium Carmine #B1473D

Color information

#B1473D (or 0xB1473D) is unknown color: approx Medium Carmine. HEX triplet: B1, 47 and 3D. RGB value is (177,71,61). Sum of RGB (Red+Green+Blue) = 177+71+61=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1473D is #4EB8C2. Grayscale: #656565. Windows color (decimal): -5159107 or 4016049. OLE color: 4016049.

HSL color Cylindrical-coordinate representation of color #B1473D: hue angle of 5.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1473D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1777161-
CMYK00.600.660.31
HSL5.17º48.74%46.67%-
HSV(B)5.17º65.54%69.41%-
XYZ21.2314.196.04-
YUV101.55105.12181.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=57.28%
G=22.98%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177716100.600.660.315.1748.7446.67
HexB1473D03C421F5312f
Octal261107750741023756157
Binary1011000110001111111010111100100001011111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1473D; }

 p { color: rgb(177,71,61); }

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

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

 a { background-color: rgb(177,71,61); }

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

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

 span { border-color: rgb(177,71,61); }

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