#BA3E2E

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

Shades of Medium Carmine #BA3E2E

Tints of Medium Carmine #BA3E2E

Color information

#BA3E2E (or 0xBA3E2E) is unknown color: approx Medium Carmine. HEX triplet: BA, 3E and 2E. RGB value is (186,62,46). Sum of RGB (Red+Green+Blue) = 186+62+46=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2E is #45C1D1. Grayscale: #616161. Windows color (decimal): -4571602 or 3030714. OLE color: 3030714.

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

Color convert

RGB1866246-
CMYK00.670.750.27
HSL6.86º60.34%45.49%-
HSV(B)6.86º75.27%72.94%-
XYZ22.4714.084.12-
YUV97.2599.08191.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=63.27%
G=21.09%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186624600.670.750.276.8660.3445.49
HexBA3E2E0434B1B73c2d
Octal272765601031133377455
Binary1011101011111010111001000011100101111011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E2E; }

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

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

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

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

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

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

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

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