#BA3933

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

Shades of Medium Carmine #BA3933

Tints of Medium Carmine #BA3933

Color information

#BA3933 (or 0xBA3933) is unknown color: approx Medium Carmine. HEX triplet: BA, 39 and 33. RGB value is (186,57,51). Sum of RGB (Red+Green+Blue) = 186+57+51=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3933 is #45C6CC. Grayscale: #5F5F5F. Windows color (decimal): -4572877 or 3357114. OLE color: 3357114.

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

Color convert

RGB1865751-
CMYK00.690.730.27
HSL2.67º56.96%46.47%-
HSV(B)2.67º72.58%72.94%-
XYZ22.3113.64.58-
YUV94.89103.24192.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=63.27%
G=19.39%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186575100.690.730.272.6756.9646.47
HexBA3933045491B3392e
Octal272716301051113337156
Binary101110101110011100110100010110010011101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3933; }

 p { color: rgb(186,57,51); }

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

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

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

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

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

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

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