#BA3730

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

Shades of Medium Carmine #BA3730

Tints of Medium Carmine #BA3730

Color information

#BA3730 (or 0xBA3730) is unknown color: approx Medium Carmine. HEX triplet: BA, 37 and 30. RGB value is (186,55,48). Sum of RGB (Red+Green+Blue) = 186+55+48=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3730 is #45C8CF. Grayscale: #5D5D5D. Windows color (decimal): -4573392 or 3159994. OLE color: 3159994.

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

Color convert

RGB1865548-
CMYK00.700.740.27
HSL3.04º58.97%45.88%-
HSV(B)3.04º74.19%72.94%-
XYZ22.1513.384.21-
YUV93.37102.4194.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=64.36%
G=19.03%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186554800.700.740.273.0458.9745.88
HexBA37300464A1B33b2e
Octal272676001061123337356
Binary101110101101111100000100011010010101101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3730; }

 p { color: rgb(186,55,48); }

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

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

 a { background-color: rgb(186,55,48); }

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

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

 span { border-color: rgb(186,55,48); }

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