#BA4134

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

Shades of Medium Carmine #BA4134

Tints of Medium Carmine #BA4134

Color information

#BA4134 (or 0xBA4134) is unknown color: approx Medium Carmine. HEX triplet: BA, 41 and 34. RGB value is (186,65,52). Sum of RGB (Red+Green+Blue) = 186+65+52=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4134 is #45BECB. Grayscale: #636363. Windows color (decimal): -4570828 or 3424698. OLE color: 3424698.

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

Color convert

RGB1866552-
CMYK00.650.720.27
HSL5.82º56.3%46.67%-
HSV(B)5.82º72.04%72.94%-
XYZ22.7614.474.84-
YUV99.7101.09189.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=61.39%
G=21.45%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186655200.650.720.275.8256.346.67
HexBA4134041481B6382f
Octal2721016401011103367057
Binary10111010100000111010001000001100100011011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4134; }

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

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

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

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

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

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

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

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