#BA4332

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

Shades of Medium Carmine #BA4332

Tints of Medium Carmine #BA4332

Color information

#BA4332 (or 0xBA4332) is unknown color: approx Medium Carmine. HEX triplet: BA, 43 and 32. RGB value is (186,67,50). Sum of RGB (Red+Green+Blue) = 186+67+50=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4332 is #45BCCD. Grayscale: #646464. Windows color (decimal): -4570318 or 3294138. OLE color: 3294138.

HSL color Cylindrical-coordinate representation of color #BA4332: hue angle of 7.5º degrees, saturation: 0.58, 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 #BA4332 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1866750-
CMYK00.640.730.27
HSL7.5º57.63%46.27%-
HSV(B)7.5º73.12%72.94%-
XYZ22.8314.684.65-
YUV100.6499.42188.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=61.39%
G=22.11%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186675000.640.730.277.557.6346.27
HexBA4332040491B83a2e
Octal27210362010011133107256
Binary101110101000011110010010000001001001110111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4332; }

 p { color: rgb(186,67,50); }

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

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

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

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

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

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

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