#BA3E2D

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

Shades of Medium Carmine #BA3E2D

Tints of Medium Carmine #BA3E2D

Color information

#BA3E2D (or 0xBA3E2D) is unknown color: approx Medium Carmine. HEX triplet: BA, 3E and 2D. RGB value is (186,62,45). Sum of RGB (Red+Green+Blue) = 186+62+45=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2D is #45C1D2. Grayscale: #616161. Windows color (decimal): -4571603 or 2965178. OLE color: 2965178.

HSL color Cylindrical-coordinate representation of color #BA3E2D: hue angle of 7.23º 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 #BA3E2D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1866245-
CMYK00.670.760.27
HSL7.23º61.04%45.29%-
HSV(B)7.23º75.81%72.94%-
XYZ22.4514.074.02-
YUV97.1498.58191.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=63.48%
G=21.16%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186624500.670.760.277.2361.0445.29
HexBA3E2D0434C1B73d2d
Octal272765501031143377555
Binary1011101011111010110101000011100110011011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E2D; }

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

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

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

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

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

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

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

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