#B8473B

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

Shades of Medium Carmine #B8473B

Tints of Medium Carmine #B8473B

Color information

#B8473B (or 0xB8473B) is unknown color: approx Medium Carmine. HEX triplet: B8, 47 and 3B. RGB value is (184,71,59). Sum of RGB (Red+Green+Blue) = 184+71+59=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8473B is #47B8C4. Grayscale: #676767. Windows color (decimal): -4700357 or 3884984. OLE color: 3884984.

HSL color Cylindrical-coordinate representation of color #B8473B: hue angle of 5.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8473B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1847159-
CMYK00.610.680.28
HSL5.76º51.44%47.65%-
HSV(B)5.76º67.93%72.16%-
XYZ22.8115.015.83-
YUV103.42102.94185.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.60%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=58.60%
G=22.61%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184715900.610.680.285.7651.4447.65
HexB8473B03D441C63330
Octal270107730751043466360
Binary1011100010001111110110111101100010011100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8473B; }

 p { color: rgb(184,71,59); }

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

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

 a { background-color: rgb(184,71,59); }

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

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

 span { border-color: rgb(184,71,59); }

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