#ba413a

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

Shades of Medium Carmine #BA413A

Tints of Medium Carmine #BA413A

Color information

#BA413A (or 0xBA413A) is unknown color: approx Medium Carmine. HEX triplet: BA, 41 and 3A. RGB value is (186,65,58). Sum of RGB (Red+Green+Blue) = 186+65+58=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413A is #45BEC5. Grayscale: #646464. Windows color (decimal): -4570822 or 3817914. OLE color: 3817914.

HSL color Cylindrical-coordinate representation of color #BA413A: hue angle of 3.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA413A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1866558-
CMYK00.650.690.27
HSL3.28º52.46%47.84%-
HSV(B)3.28º68.82%72.94%-
XYZ22.914.535.6-
YUV100.38104.09189.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=60.19%
G=21.04%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186655800.650.690.273.2852.4647.84
HexBA413A041451B33430
Octal2721017201011053336460
Binary1011101010000011110100100000110001011101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba413a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba413a; }

 p { color: rgb(186,65,58); }

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

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

 a { background-color: rgb(186,65,58); }

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

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

 span { border-color: rgb(186,65,58); }

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