#BA3A35

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

Shades of Medium Carmine #BA3A35

Tints of Medium Carmine #BA3A35

Color information

#BA3A35 (or 0xBA3A35) is unknown color: approx Medium Carmine. HEX triplet: BA, 3A and 35. RGB value is (186,58,53). Sum of RGB (Red+Green+Blue) = 186+58+53=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A35 is #45C5CA. Grayscale: #5F5F5F. Windows color (decimal): -4572619 or 3488442. OLE color: 3488442.

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

Color convert

RGB1865853-
CMYK00.690.720.27
HSL2.26º55.65%46.86%-
HSV(B)2.26º71.51%72.94%-
XYZ22.4113.724.84-
YUV95.7103.91192.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=62.63%
G=19.53%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186585300.690.720.272.2655.6546.86
HexBA3A35045481B2382f
Octal272726501051103327057
Binary101110101110101101010100010110010001101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A35; }

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

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

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

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

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

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

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

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