#BA3F2E

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

Shades of Medium Carmine #BA3F2E

Tints of Medium Carmine #BA3F2E

Color information

#BA3F2E (or 0xBA3F2E) is unknown color: approx Medium Carmine. HEX triplet: BA, 3F and 2E. RGB value is (186,63,46). Sum of RGB (Red+Green+Blue) = 186+63+46=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F2E is #45C0D1. Grayscale: #626262. Windows color (decimal): -4571346 or 3030970. OLE color: 3030970.

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

Color convert

RGB1866346-
CMYK00.660.750.27
HSL7.29º60.34%45.49%-
HSV(B)7.29º75.27%72.94%-
XYZ22.5214.194.14-
YUV97.8498.75190.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=63.05%
G=21.36%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186634600.660.750.277.2960.3445.49
HexBA3F2E0424B1B73c2d
Octal272775601021133377455
Binary1011101011111110111001000010100101111011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F2E; }

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

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

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

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

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

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

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

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