#B84040

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

Shades of Medium Carmine #B84040

Tints of Medium Carmine #B84040

Color information

#B84040 (or 0xB84040) is unknown color: approx Medium Carmine. HEX triplet: B8, 40 and 40. RGB value is (184,64,64). Sum of RGB (Red+Green+Blue) = 184+64+64=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84040 is #47BFBF. Grayscale: #646464. Windows color (decimal): -4702144 or 4210872. OLE color: 4210872.

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

Color convert

RGB1846464-
CMYK00.650.650.28
HSL48.39%48.63%-
HSV(B)65.22%72.16%-
XYZ22.5314.236.41-
YUV99.88107.76188-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=58.97%
G=20.51%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184646400.650.650.28048.3948.63
HexB84040041411C03031
Octal27010010001011013406061
Binary1011100010000001000000010000011000001111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84040; }

 p { color: rgb(184,64,64); }

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

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

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

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

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

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

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