#BA382D

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

Shades of Medium Carmine #BA382D

Tints of Medium Carmine #BA382D

Color information

#BA382D (or 0xBA382D) is unknown color: approx Medium Carmine. HEX triplet: BA, 38 and 2D. RGB value is (186,56,45). Sum of RGB (Red+Green+Blue) = 186+56+45=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA382D is #45C7D2. Grayscale: #5D5D5D. Windows color (decimal): -4573139 or 2963642. OLE color: 2963642.

HSL color Cylindrical-coordinate representation of color #BA382D: hue angle of 4.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA382D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1865645-
CMYK00.700.760.27
HSL4.68º61.04%45.29%-
HSV(B)4.68º75.81%72.94%-
XYZ22.1413.463.91-
YUV93.62100.57193.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=64.81%
G=19.51%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186564500.700.760.274.6861.0445.29
HexBA382D0464C1B53d2d
Octal272705501061143357555
Binary1011101011100010110101000110100110011011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA382D; }

 p { color: rgb(186,56,45); }

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

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

 a { background-color: rgb(186,56,45); }

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

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

 span { border-color: rgb(186,56,45); }

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