#B4392D

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

Shades of Medium Carmine #B4392D

Tints of Medium Carmine #B4392D

Color information

#B4392D (or 0xB4392D) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 2D. RGB value is (180,57,45). Sum of RGB (Red+Green+Blue) = 180+57+45=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4392D is #4BC6D2. Grayscale: #5C5C5C. Windows color (decimal): -4966099 or 2963892. OLE color: 2963892.

HSL color Cylindrical-coordinate representation of color #B4392D: hue angle of 5.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4392D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1805745-
CMYK00.680.750.29
HSL5.33º60%44.12%-
HSV(B)5.33º75%70.59%-
XYZ20.7612.823.86-
YUV92.41101.25190.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=63.83%
G=20.21%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180574500.680.750.295.336044.12
HexB4392D0444B1D53c2c
Octal264715501041133557454
Binary1011010011100110110101000100100101111101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4392D; }

 p { color: rgb(180,57,45); }

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

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

 a { background-color: rgb(180,57,45); }

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

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

 span { border-color: rgb(180,57,45); }

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