#BA352D

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

Shades of Medium Carmine #BA352D

Tints of Medium Carmine #BA352D

Color information

#BA352D (or 0xBA352D) is unknown color: approx Medium Carmine. HEX triplet: BA, 35 and 2D. RGB value is (186,53,45). Sum of RGB (Red+Green+Blue) = 186+53+45=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA352D is #45CAD2. Grayscale: #5C5C5C. Windows color (decimal): -4573907 or 2962874. OLE color: 2962874.

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

Color convert

RGB1865345-
CMYK00.720.760.27
HSL3.4º61.04%45.29%-
HSV(B)3.4º75.81%72.94%-
XYZ2213.173.87-
YUV91.85101.56195.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=65.49%
G=18.66%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186534500.720.760.273.461.0445.29
HexBA352D0484C1B33d2d
Octal272655501101143337555
Binary101110101101011011010100100010011001101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA352D; }

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

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

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

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

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

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

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

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