#BA3636

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

Shades of Medium Carmine #BA3636

Tints of Medium Carmine #BA3636

Color information

#BA3636 (or 0xBA3636) is unknown color: approx Medium Carmine. HEX triplet: BA, 36 and 36. RGB value is (186,54,54). Sum of RGB (Red+Green+Blue) = 186+54+54=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3636 is #45C9C9. Grayscale: #5D5D5D. Windows color (decimal): -4573642 or 3552954. OLE color: 3552954.

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

Color convert

RGB1865454-
CMYK00.710.710.27
HSL55%47.06%-
HSV(B)70.97%72.94%-
XYZ22.2313.344.89-
YUV93.47105.73194-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=63.27%
G=18.37%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186545400.710.710.2705547.06
HexBA3636047471B0372f
Octal272666601071073306757
Binary10111010110110110110010001111000111110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3636; }

 p { color: rgb(186,54,54); }

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

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

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

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

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

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

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